Add serviceutils to distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
index c3d16ca8d8fe157a570611b51daaca40e902dc03..a54eef34d839e074858a5733e30a659a14e931ce 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- Serviceutils -->
+        <profile>
+            <id>serviceutils</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.serviceutils</groupId>
+                    <artifactId>odl-serviceutils-srm</artifactId>
+                    <type>xml</type>
+                    <classifier>features</classifier>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.serviceutils</groupId>
+                    <artifactId>odl-serviceutils-tools</artifactId>
+                    <type>xml</type>
+                    <classifier>features</classifier>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 </project>