Declare switchmanager in dependencyManagement in commons, declare its
[controller.git] / opendaylight / northbound / subnets / pom.xml
index 75530e48a9245b3d9bcebcd94dc7834fedf6fdef..bdf0b988f815a88c85e0f593b4ed1d2405cdd23d 100644 (file)
@@ -99,7 +99,6 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
       <version>${enunciate.version}</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>