BUG 3213: Add missing netconf-tcp dependency to mdsal-netconf-connector 57/20357/3
authorTomas Cere <tcere@cisco.com>
Thu, 14 May 2015 10:32:02 +0000 (12:32 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 19 May 2015 09:56:21 +0000 (09:56 +0000)
Change-Id: I6d9839e24e994d28f0059c7dfbd2a9e3ab4b4c05
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/netconf/mdsal-netconf-connector/pom.xml

index 34cc5c4442d6574ff1b1e6077bbe2e2bbcdb3d39..c7f6a45667978970b5d988354499f1eb0b7ef3c9 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>netconf-tcp</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>