Remove duplicate artifact declarations 35/80035/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jan 2019 16:19:53 +0000 (17:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jan 2019 19:12:27 +0000 (20:12 +0100)
This fixes a few maven warnings about artifacts being declared
multiple times.

Change-Id: Ib6a7a31931883009868f6e4150a8cb0ed5718fd6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
library/artifacts/pom.xml
southbound/southbound-artifacts/pom.xml

index dd2c9a6363f55ca9f1666567a66e1adb996f70d7..5f479c71b58caf91632e05ad8be0b42887a9e1d4 100644 (file)
@@ -44,13 +44,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <classifier>features</classifier>
         <type>xml</type>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hwvtepsouthbound-features</artifactId>
-        <version>${project.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
index 24a404a91bc9b9dab6547bab8c461506b9ea0a29..1bc91fde868b37cf3774e7708d06462529077eab 100644 (file)
@@ -39,13 +39,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <classifier>features</classifier>
         <type>xml</type>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>library-features</artifactId>
-        <version>${project.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-ovsdb-library</artifactId>
index d225c1a8356a9c0174ff28f821ee4acf5236ac80..f558a8f0bc72a74b9a952843de73bdc9cb8907a5 100644 (file)
@@ -44,13 +44,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <classifier>features</classifier>
         <type>xml</type>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>southbound-features</artifactId>
-        <version>${project.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-ovsdb-southbound-api</artifactId>