You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/11/14 02:23:35 UTC

archiva git commit: remove duplicate dependency

Repository: archiva
Updated Branches:
  refs/heads/master f4a2623aa -> 71f3ec423


remove duplicate dependency

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


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/71f3ec42
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/71f3ec42
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/71f3ec42

Branch: refs/heads/master
Commit: 71f3ec4230d4bf0143e72b29aea58e3a0e3ca81f
Parents: f4a2623
Author: olivier lamy <ol...@apache.org>
Authored: Tue Nov 14 13:23:29 2017 +1100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Nov 14 13:23:29 2017 +1100

----------------------------------------------------------------------
 archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/71f3ec42/archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml b/archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml
index 5f999d7..2712e3a 100644
--- a/archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml
+++ b/archiva-modules/archiva-base/archiva-maven2-indexer/pom.xml
@@ -193,11 +193,6 @@
       <artifactId>archiva-configuration</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.indexer</groupId>
-      <artifactId>indexer-core</artifactId>
-      <classifier>shaded-lucene</classifier>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <exclusions>