Add VTN Coordinator tarball to the Virtualization Edition.
[integration/distribution.git] / distributions / virtualization / pom.xml
index 7143110c742e0271cb5a0917908a61ba0bdbaed1..66c4dcfd4d57baac9b8216b5962ba73e9f688f78 100644 (file)
@@ -51,22 +51,26 @@ http://maven.apache.org/maven-v4_0_0.xsd">
       <artifactId>manager.implementation</artifactId>
       <version>0.1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vtn</groupId>
+      <artifactId>manager.neutron</artifactId>
+      <version>0.1.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager.northbound</artifactId>
       <version>0.1.0-SNAPSHOT</version>
-    </dependency>    
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vtn</groupId>
+      <artifactId>distribution.vtn-coordinator</artifactId>
+      <version>5.0.0.0-SNAPSHOT</version>
+      <type>tar.bz2</type>
+      <classifier>bin</classifier>
+    </dependency>
 
     <!-- defense4all -->
 
-    <!-- 
-         Note: will not work until groupId is fixed in defense4all project to be 
-         org.opendaylight.defense4all for all artifacts
-
-         Note: These should pull through all other defense for all modules via dependencies
-
-      -->
-
     <dependency>
       <groupId>org.opendaylight.defense4all</groupId>
       <artifactId>defense4all.core.impl</artifactId>