]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1387] switch to official javax.inject library that is in the central repository
authorBrett Porter <brett@apache.org>
Fri, 11 Jun 2010 08:35:06 +0000 (08:35 +0000)
committerBrett Porter <brett@apache.org>
Fri, 11 Jun 2010 08:35:06 +0000 (08:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953607 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-common/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml
archiva-modules/archiva-base/archiva-indexer/pom.xml
archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml
pom.xml

index 45d0dacf33e5142db7c490fee26e7815527de19f..f290692c9f3b0452d2457ce73008e45ccc871653 100644 (file)
       <groupId>org.sonatype.nexus</groupId>
       <artifactId>nexus-indexer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
index a876293b21edf65aef9018715276928d70b83c7e..aba0008df2ed08edace6a072f248338228f900e5 100644 (file)
       <groupId>org.sonatype.nexus</groupId>
       <artifactId>nexus-indexer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
index 0037840128e2ff1300c09ce8e5f5673d6f0369ad..c8e54d2842871048654950a753ecac29b9198a61 100644 (file)
       <groupId>org.sonatype.nexus</groupId>
       <artifactId>nexus-indexer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
index 78e0fac8bdd6839c16f2006fbef597bd0f659bd7..3e8366c44fbea8f5d0f322957d0f5d5af942f5e9 100644 (file)
       <groupId>org.sonatype.nexus</groupId>
       <artifactId>nexus-indexer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 883eda030902773ca58e58744326a55d534e1c8e..95689bea059fbf93d8cf222fb5a090b962d99c96 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,7 @@
                     <exclude>xom:xom</exclude>
                     <exclude>org.codehaus.plexus:plexus-xwork-integration</exclude>
                     <exclude>plexus:plexus-utils</exclude>
+                    <exclude>com.google.code.atinject:atinject</exclude>
                   </excludes>
                 </bannedDependencies>
               </rules>
       <dependency>
         <groupId>org.sonatype.nexus</groupId>
         <artifactId>nexus-indexer</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
         <exclusions>
           <exclusion>
             <groupId>org.codehaus.plexus</groupId>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-settings</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.google.code.atinject</groupId>
+            <artifactId>atinject</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>javax.inject</groupId>
+        <artifactId>javax.inject</artifactId>
+        <version>1</version>
+      </dependency>
       <dependency>
         <groupId>javax.activation</groupId>
         <artifactId>activation</artifactId>