Override controller features scope 90/90190/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Jun 2020 13:04:34 +0000 (15:04 +0200)
committerJamo Luhrsen <jluhrsen@gmail.com>
Tue, 2 Jun 2020 16:18:03 +0000 (16:18 +0000)
For some reason controller features are declared with scope=runtime,
leading to them not being properly indexed. Fix that mistake here
until we have controller-2.0.2 integrated.

Change-Id: I487bc74f5fa95fc866a0bb92377632664536f481
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/repos/index/pom.xml

index d340ea47d49fec8e39c2d108048d822b16b6eaf3..8f59eff9278b44fc06a7276a59684f028c777526 100644 (file)
                     <artifactId>features-controller</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
+                    <!-- FIXME: remove this with controller-2.0.2+ -->
+                    <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.controller</groupId>
                     <artifactId>features-controller-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
+                    <!-- FIXME: remove this with controller-2.0.2+ -->
+                    <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.controller</groupId>
                     <artifactId>features-controller-testing</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
+                    <!-- FIXME: remove this with controller-2.0.2+ -->
+                    <scope>compile</scope>
                 </dependency>
             </dependencies>
         </profile>