]> source.dussan.org Git - archiva.git/commitdiff
dependency not anymore needed
authorOlivier Lamy <olamy@apache.org>
Thu, 14 Nov 2013 04:56:09 +0000 (04:56 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 14 Nov 2013 04:56:09 +0000 (04:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1541819 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml
archiva-modules/archiva-web/archiva-webapp/pom.xml
pom.xml

index bd0bce4dfef47b3f5de080e51fcfb108f7a8c495..d236eee148a5cc8413bc31d4ed4622329a822cc6 100644 (file)
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpasyncclient</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
index f23a29f6185b06217f71dec439653fafd26f2159..a09189963f2ba468536aac86641b887d1122ef4e 100644 (file)
       </exclusions>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpasyncclient</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-repository-layer</artifactId>
diff --git a/pom.xml b/pom.xml
index ecc478365fd7d0f41147b8875442270fec1c7b55..539523b29b9a9b6f1da2ad864eaca21b3bcdb8ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </exclusions>
       </dependency>
 
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpasyncclient</artifactId>
-        <version>4.0</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-provider-api</artifactId>