Remove odl-controller-blueprint from odl-mdsal-broker 56/97856/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 9 Oct 2021 11:21:13 +0000 (13:21 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 11 Feb 2022 11:04:43 +0000 (11:04 +0000)
Only a few services need ODL blueprint extensions, minimize their
exposure by not installing them for odl-mdsal-broker.

JIRA: CONTROLLER-2006
Change-Id: I63f4b8b977d993b989f45351b7b22ae3bd92dbec
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-clustering-test-app/pom.xml
features/odl-mdsal-broker/pom.xml
features/odl-toaster/pom.xml

index e1f76bf47223c6a135395d7a593b23952bc46e04..911927177e0769757788c994fa89d7f06299953c 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-controller-blueprint</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller.samples</groupId>
             <artifactId>clustering-it-model</artifactId>
index 95740769acd5db8c0258f67dcbd123a37b34edc9..ac330c098d5f5b8482211996fa0a6d685110c896 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-controller-blueprint</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
     </dependencies>
 </project>
index 2fd4ef5f16195fdcd9140fad766202d9afcccb50..3958a199b12b3db3c491938f3a748cf65f8043e2 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-controller-blueprint</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller.samples</groupId>
             <artifactId>sample-toaster</artifactId>