This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi-client.git
commit 999d370eafbd05f7411876615332f85ab3b7ac13 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Aug 10 12:48:46 2016 +0000 Update to latest parent pom, clean up pom, use OSGi annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1755735 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- src/main/java/org/apache/sling/hapi/client/package-info.java | 4 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 2bc1c2d..c89f338 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>28</version> <relativePath /> </parent> @@ -74,21 +74,25 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.5</version> + <scope>provided</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.5</version> + <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.5</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> @@ -98,7 +102,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.21</version> </dependency> <!-- test scope --> <dependency> @@ -111,13 +114,10 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.7.21</version> - <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> </dependency> </dependencies> </project> diff --git a/src/main/java/org/apache/sling/hapi/client/package-info.java b/src/main/java/org/apache/sling/hapi/client/package-info.java index c15121e..c22d105 100644 --- a/src/main/java/org/apache/sling/hapi/client/package-info.java +++ b/src/main/java/org/apache/sling/hapi/client/package-info.java @@ -17,7 +17,5 @@ * under the License. ******************************************************************************/ -@Version("1.0.0") [email protected]("1.0.0") package org.apache.sling.hapi.client; - -import aQute.bnd.annotation.Version; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
