OVSDB merge build failing, looking for library-features.jar 64/59664/2
authorVishal Thapar <vishal.thapar@ericsson.com>
Thu, 29 Jun 2017 10:33:05 +0000 (16:03 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Thu, 29 Jun 2017 10:44:47 +0000 (16:14 +0530)
OVSDB merge build is broken as library-it is looking for
org.opendaylight.ovsdb:library-features:jar:1.5.0-SNAPSHOT

Change-Id: I4b229c8757c4fdb417a642a255ef6b1720a4255f
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
library/it/pom.xml

index 6d7ec466dc7f810a1d9dc3f356d61308433e0896..f1fc29412610ea9077f44f164c2e152f328c1599 100644 (file)
@@ -37,6 +37,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>${project.groupId}</groupId>
       <artifactId>library-features</artifactId>
       <version>${project.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>