You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/05/21 21:47:11 UTC

[26/40] archiva-redback-core git commit: fix duplicate dependency

fix duplicate dependency

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/09b5fab0
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/09b5fab0
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/09b5fab0

Branch: refs/heads/master
Commit: 09b5fab0d26e9c80b8a7bf718ee9ece72eb9084b
Parents: e55262c
Author: olivier lamy <ol...@apache.org>
Authored: Mon Dec 5 21:14:56 2016 +1100
Committer: olivier lamy <ol...@apache.org>
Committed: Mon Dec 5 21:14:56 2016 +1100

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/09b5fab0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cdb4c89..18cce4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,11 +317,6 @@
         <version>2.5-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.archiva.redback</groupId>
-        <artifactId>redback-users-jpa</artifactId>
-        <version>2.5-SNAPSHOT</version>
-      </dependency>
-      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>2.5</version>