BGPCEP-574: Fix features 07/69207/1
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Wed, 7 Mar 2018 12:05:10 +0000 (13:05 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Wed, 7 Mar 2018 12:07:18 +0000 (13:07 +0100)
by importing features intead of use the
blundles.

Change-Id: I645778f3e4e2338c74040f819ff1c56d3cdd822e
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
features/bgp/odl-bgpcep-bgp-openconfig-rp-impl/pom.xml
features/bgp/odl-bgpcep-bgp-openconfig-rp-statement/pom.xml

index 3ea07b273a113386aac2848c0bf1fa95b342a9f1..7cb08ab2d7654fed2d7f2a93e1fc46550a397120 100644 (file)
             <artifactId>odl-bgpcep-bgp-openconfig-rp-spi</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
-            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-bgpcep-config-loader-spi</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
index 9b14cfa730c5105a825da1ac847bf0f7e92a65d0..f69cfade254d209ab502eb49bb3d67fdd818235c 100644 (file)
             <artifactId>odl-bgpcep-bgp-openconfig-rp-spi</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
-            <scope>runtime</scope>
+        </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