You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2011/02/14 17:22:52 UTC

svn commit: r1070555 - /incubator/stanbol/trunk/commons/testing/stanbol/pom.xml

Author: bdelacretaz
Date: Mon Feb 14 16:22:52 2011
New Revision: 1070555

URL: http://svn.apache.org/viewvc?rev=1070555&view=rev
Log:
STANBOL-84 - use transitive dependencies to avoid being out of sync

Modified:
    incubator/stanbol/trunk/commons/testing/stanbol/pom.xml

Modified: incubator/stanbol/trunk/commons/testing/stanbol/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/testing/stanbol/pom.xml?rev=1070555&r1=1070554&r2=1070555&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/testing/stanbol/pom.xml (original)
+++ incubator/stanbol/trunk/commons/testing/stanbol/pom.xml Mon Feb 14 16:22:52 2011
@@ -33,16 +33,6 @@
             <version>0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore</artifactId>
-            <version>4.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-            <version>4.1-beta1</version>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.7</version>