Add nemo karaf4 to distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
index 808f46d5e30d7adc9d9711760694fd3545c445f8..e724ae7fb38e7bb2c1b8e3432455d8a716c18ac2 100644 (file)
             <type>xml</type>
         </dependency>
 
+            <!-- NEMO -->
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine-rest</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine-ui</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-openflow-renderer</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-cli-renderer</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Netconf -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>