Fixup the pom files to add neutron to the main build profile and add both neutron... 28/3228/3
authorHugo Trippaers <hugo@trippaers.nl>
Thu, 28 Nov 2013 21:05:14 +0000 (22:05 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 29 Nov 2013 18:04:59 +0000 (18:04 +0000)
Change-Id: I5d4f1d6e826b6d17e6e325d67d03facc011dbf02
Signed-off-by: Hugo Trippaers <hugo@trippaers.nl>
commons/parent/pom.xml
distribution/opendaylight/pom.xml

index c5d1df0ff9474b15af33990f665197c7db23ab4c..9528d1ad07c8bfad1d6c0d46952803d9eba6d442 100755 (executable)
@@ -25,6 +25,7 @@
   <modules>
     <module>../../ovsdb/</module>
     <module>../../northbound/ovsdb</module>
+    <module>../../neutron</module>
     <module>../../distribution/opendaylight</module>
   </modules>
   <repositories>
index ed9f7d0765d565d2a5e61988ea96deb6df88335e..fbf2344d50e2b9644e38ce59008adffb504b897f 100755 (executable)
@@ -33,6 +33,16 @@ http://maven.apache.org/maven-v4_0_0.xsd">
       <artifactId>ovsdb</artifactId>
       <version>0.5.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>ovsdb.northbound</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>ovsdb.neutron</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <resources>