Remove COE and SFC from master distribution
[integration/distribution.git] / artifacts / upstream / artifacts / pom.xml
index 4e6b20e68886f8eae0911b4f047206d87c75f842..54f5b98c5a1a9f3746fa10aa408fdd93779751c3 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>properties</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
         <relativePath>../properties</relativePath>
     </parent>
     <artifactId>artifact-artifacts</artifactId>
                 </dependencies>
             </dependencyManagement>
         </profile>
-        <profile>
-            <id>coe</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.opendaylight.coe</groupId>
-                        <artifactId>coe-artifacts</artifactId>
-                        <version>${coe.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
         <profile>
             <id>controller</id>
             <activation>
                 </dependencies>
             </dependencyManagement>
         </profile>
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.jsonrpc</groupId>
+                        <artifactId>jsonrpc-artifacts</artifactId>
+                        <version>${jsonrpc.version}</version>
+                        <type>pom</type>
+                        <scope>import</scope>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
         <profile>
             <id>lispflowmapping</id>
             <activation>
                         <type>pom</type>
                         <scope>import</scope>
                     </dependency>
-                    <dependency>
-                        <groupId>org.opendaylight.netconf</groupId>
-                        <artifactId>restconf-artifacts</artifactId>
-                        <version>${restconf.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
                 </dependencies>
             </dependencyManagement>
         </profile>