Skip to content

Commit

Permalink
Remove duplicate artifact declarations
Browse files Browse the repository at this point in the history
This fixes a few maven warnings about artifacts being declared
multiple times.

Change-Id: Ib6a7a31931883009868f6e4150a8cb0ed5718fd6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Jan 30, 2019
1 parent 80ca55c commit 716c2f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
Expand Up @@ -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>
Expand Down
7 changes: 0 additions & 7 deletions library/artifacts/pom.xml
Expand Up @@ -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>
Expand Down
7 changes: 0 additions & 7 deletions southbound/southbound-artifacts/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 716c2f5

Please sign in to comment.