Add the new config artifact to feature dependencies. 99/30399/2
authorVratko Polak <vrpolak@cisco.com>
Mon, 30 Nov 2015 19:02:10 +0000 (20:02 +0100)
committerVratko Polak <vrpolak@cisco.com>
Mon, 30 Nov 2015 19:02:10 +0000 (20:02 +0100)
AAA distribution job (and several downstream merge jobs)
are failing because they are unable to locate
org.opendaylight.aaa:aaa-h2-store:xml:config:0.3.0-SNAPSHOT
This is an attempt to fix that.

Also, the new config artifact is added to artifacts.

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

index 9c1de236890876d15d3f87e152790e3e4889efc8..6964c4c1efebc42469c49ab27d567da1223e7b96 100644 (file)
                 <artifactId>aaa-h2-store</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>aaa-h2-store</artifactId>
+                <version>${project.version}</version>
+                <classifier>config</classifier>
+                <type>xml</type>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
index 1195c7488be41fa3dd4d7040da6eaae4d8367bbc..488ae57e01a1516a5635daa0308c256ffbc39080 100644 (file)
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-h2-store</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-h2-store</artifactId>
+            <type>xml</type>
+            <classifier>config</classifier>
+        </dependency>
 
 
         <dependency>