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>
<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>