Added extensible implementation of Transformators
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 3ebd4c80aae4b46f87a30178141a8525d930a681..86725e9d05b388a10a4ee8b29e90ac922650133e 100644 (file)
@@ -7,8 +7,8 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:https://wwwin-svn-sjc.cisco.com/eng/csdncontroller/trunk/</connection>
-    <developerConnection>scm:svn:https://wwwin-svn-sjc.cisco.com/eng/csdncontroller/trunk/</developerConnection>
+    <connection>scm:git:https://git.opendaylight.org/gerrit/p/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
   </scm>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
@@ -84,6 +84,8 @@
     <module>../../northbound/subnets</module>
     <module>../../northbound/switchmanager</module>
 
+    <!-- Northbound integration tests -->
+    <module>../../northbound/integrationtest</module>
     <!-- Debug and logging -->
     <module>../../logging/bridge</module>
 
@@ -95,6 +97,7 @@
     <module>../../samples/simpleforwarding</module>
     <module>../../samples/loadbalancer</module>
     <module>../../samples/northbound/loadbalancer</module>
+    <module>../../commons/concepts</module>
   </modules>
 
   <build>