Add detnet to distribution
[integration/distribution.git] / opendaylight / pom.xml
index 0e31d5ea12feedb8b6948938b906ffbd16e33fbe..e51b145d15c810ae81176dfdd5af909e8e4f2b90 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
-        <!-- JSONRPC -->
+           <!-- Detnet -->
         <profile>
-            <id>jsonrpc</id>
+            <id>detnet</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.jsonrpc</groupId>
-                    <artifactId>jsonrpc-features</artifactId>
-                    <version>1.8.0-SNAPSHOT</version>
+                    <groupId>org.opendaylight.detnet</groupId>
+                    <artifactId>features-detnet</artifactId>
+                    <version>0.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>