Restore SNMP4SDN to distribution
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index 342ac84505fa067b4ee0aab270623733b9f74f97..10213a67b039618ed6dc2b6e715594a19b7facac 100644 (file)
@@ -70,7 +70,7 @@
             <id>alto</id>
             <activation>
                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencyManagement>
                 <dependencies>
                 </dependencies>
             </dependencyManagement>
         </profile>
+        <!-- JSON RPC -->
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.jsonrpc</groupId>
+                        <artifactId>jsonrpc-features</artifactId>
+                        <version>${jsonrpc.version}</version>
+                        <type>xml</type>
+                        <classifier>features</classifier>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
         <!-- L2switch -->
         <profile>
             <id>l2switch</id>
         <profile>
             <id>snmp4sdn</id>
             <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencyManagement>
                 <dependencies>