Fix config-loader-spi pulling in bundles 55/67155/5
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2018 12:24:01 +0000 (13:24 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 19 Jan 2018 08:46:26 +0000 (09:46 +0100)
Depend on odl-mdsal-broker instead of pulling in controller bundles
into this feature.

Change-Id: I86c7e150a0e972f2f802c8bc5e8bea892b0d5bad
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/config-loader/odl-bgpcep-config-loader-spi/pom.xml

index dc0d17b6c07e49c4c32ee1028f7b0bbb81d404cb..046b73acd9e23a8445bb344b82036f42e668b48c 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-mdsal-broker</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>