Add VTN Karaf4 Features
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index 0cc69c4e859743e89ae0204588dcd1d524bd6b90..77c0dbf68c957f7059a22e7083b05b8bcf214cb2 100644 (file)
                 <type>xml</type>
             </dependency>
 
-        </dependencies>
+            <!-- VTN -->
+            <dependency>
+                <groupId>org.opendaylight.vtn</groupId>
+                <artifactId>odl-vtn-manager-rest</artifactId>
+                <version>${vtn-manager.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.vtn</groupId>
+                <artifactId>odl-vtn-manager-neutron</artifactId>
+                <version>${vtn-manager.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+      </dependencies>
     </dependencyManagement>
-</project>
+</project>
\ No newline at end of file