Add Unimgr to distribution
[integration/distribution.git] / opendaylight / pom.xml
index 0bc02c0d84e8af6558f845ba0834707f2b988a8a..5f0163bb87a24fbf51c68681b171906fa069239d 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- Unimgr -->
+        <profile>
+            <id>unimgr</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.unimgr</groupId>
+                    <artifactId>features4-unimgr</artifactId>
+                    <version>0.4.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 </project>