Fix breakage caused by config/netconf decoupling 53/25253/1
authorLorand Jakab <lojakab@cisco.com>
Thu, 13 Aug 2015 16:41:29 +0000 (19:41 +0300)
committerLorand Jakab <lojakab@cisco.com>
Thu, 13 Aug 2015 16:41:29 +0000 (19:41 +0300)
Gerrit https://git.opendaylight.org/gerrit/#/c/23413 broke the build,
this commit fixes it.

Change-Id: I87c9b738d31a94f51d0f99f79cce89119627ff56
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
commons/parent/pom.xml
mappingservice/pom.xml

index a6d44556210840964ee1ca348248cd0bea97aca5..e19274f71487878c8267b7dc7d258ec0ced34584 100644 (file)
         <artifactId>sal-common-util</artifactId>
         <version>${mdsal.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>sal-netconf-connector</artifactId>
-        <version>${mdsal.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>threadpool-config-api</artifactId>
index 1ea7781af7d276ca58365b08f8a5f35df792f8e8..02d94b93eccc124c1459db1f4897b559e4cb9edc 100644 (file)
         <artifactId>sal</artifactId>
         <version>0.10.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>sal-netconf-connector</artifactId>
+        <version>${mdsal.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>