This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit d495a20175103b9edf747a54390434615d8c3b09 Author: Felix Meschberger <[email protected]> AuthorDate: Fri Jun 13 12:50:12 2008 +0000 SLING-532 Fix scope for http client dependency and add commons-logging git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@667511 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 081f1fd..e74a739 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,13 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
