Author: chatellier Date: 2010-12-21 08:59:36 +0000 (Tue, 21 Dec 2010) New Revision: 431 Log: Add httpclient dependency Modified: trunk/coser-business/pom.xml trunk/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2010-12-20 17:58:01 UTC (rev 430) +++ trunk/coser-business/pom.xml 2010-12-21 08:59:36 UTC (rev 431) @@ -59,6 +59,14 @@ <artifactId>commons-math</artifactId> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + </dependency> + <dependency> <groupId>net.sf.opencsv</groupId> <artifactId>opencsv</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-20 17:58:01 UTC (rev 430) +++ trunk/pom.xml 2010-12-21 08:59:36 UTC (rev 431) @@ -85,6 +85,20 @@ <version>1.2</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.0.3</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>4.0.3</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.nuiton</groupId> @@ -205,10 +219,10 @@ </dependency> <dependency> - <groupId>org.apache.struts.xwork</groupId> - <artifactId>xwork-core</artifactId> - <version>${struts.version}</version> - <scope>compile</scope> + <groupId>org.apache.struts.xwork</groupId> + <artifactId>xwork-core</artifactId> + <version>${struts.version}</version> + <scope>compile</scope> </dependency> <dependency>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org