Add openconfig-config to BGP feature dependencies 83/29383/2
authorVratko Polak <vrpolak@cisco.com>
Fri, 6 Nov 2015 15:05:11 +0000 (16:05 +0100)
committerVratko Polak <vrpolak@cisco.com>
Fri, 6 Nov 2015 15:23:25 +0000 (16:23 +0100)
SingleFeatureTests in distribution jobs are failing.

Change-Id: Id6b6a55eb87519c27f63f6149f8dc505033c102f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
artifacts/pom.xml
features/bgp/pom.xml

index 7f9844da88c1edb0779ec6d2ded27d881ebf583c..3c3a5f008e4f53ba0ad63182de00cabbb2423d1b 100644 (file)
                 <type>xml</type>
                 <classifier>config-example</classifier>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>bgp-controller-config</artifactId>
+                <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>openconfig-config</classifier>
+            </dependency>
 
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 104230146af7ef606989805dd8b5a41b4e7ba219..e3c7b86f3bca3a75dfda184267a388a058fac218 100644 (file)
           <type>xml</type>
           <classifier>config-example</classifier>
       </dependency>
-       <dependency>
+      <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>bgp-controller-config</artifactId>
+          <type>xml</type>
+          <classifier>openconfig-config</classifier>
+      </dependency>
+      <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>data-change-counter-controller-config</artifactId>
           <type>xml</type>