Author: tchemit Date: 2013-09-12 12:27:37 +0200 (Thu, 12 Sep 2013) New Revision: 1468 Url: http://nuiton.org/projects/mavenpom/repository/revisions/1468 Log: fixes #2845: Introduce org.apache.httpcomponents:httpcore dependency Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-12 10:16:14 UTC (rev 1467) +++ trunk/pom.xml 2013-09-12 10:27:37 UTC (rev 1468) @@ -491,6 +491,12 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>${httpCommonsHttpclientVersion}</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpCommonsHttpclientVersion}</version> </dependency>