You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/11/20 15:26:24 UTC

svn commit: r1543823 - /syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml

Author: ilgrosso
Date: Wed Nov 20 14:26:24 2013
New Revision: 1543823

URL: http://svn.apache.org/r1543823
Log:
Removing httpclient dependency from generated POMs

Modified:
    syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml

Modified: syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml?rev=1543823&r1=1543822&r2=1543823&view=diff
==============================================================================
--- syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml (original)
+++ syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml Wed Nov 20 14:26:24 2013
@@ -74,11 +74,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
       <scope>test</scope>