Merge "Bug 564 - add missing sal-remote dependency."
authorTony Tkacik <ttkacik@cisco.com>
Mon, 31 Mar 2014 07:20:57 +0000 (07:20 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 31 Mar 2014 07:20:57 +0000 (07:20 +0000)
opendaylight/md-sal/sal-rest-connector/pom.xml

index cc3b0296ed3ed299ab0ffe5a58b3d2e2775b78bd..4aa3824e615aef1dd528d30a69ae73f39e358de8 100644 (file)
       <groupId>io.netty</groupId>
       <artifactId>netty-codec-http</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-remote</artifactId>
+     </dependency>
     
     <!-- Testing Dependencies -->
     <dependency>