Remove JSON-RPC from common distribution 80/86680/1
authorLuis Gomez <ecelgp@gmail.com>
Thu, 2 Jan 2020 16:01:33 +0000 (08:01 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 2 Jan 2020 16:01:33 +0000 (08:01 -0800)
The project moved to Managed.

Change-Id: Iae0cd5073dc8396edb1419ca43c53b0777e0550b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index 0e31d5ea12feedb8b6948938b906ffbd16e33fbe..ea27f915c7e0bedaf8626ee2a0291b821b8c37e6 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
-        <!-- JSONRPC -->
-        <profile>
-            <id>jsonrpc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.jsonrpc</groupId>
-                    <artifactId>jsonrpc-features</artifactId>
-                    <version>1.8.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- TransportPCE -->
         <profile>
             <id>transportpce</id>