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-jobs-it-services.git
commit 8cd832cb5a7612262edcaea716aa86ade8e668d5 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Feb 27 12:07:48 2017 +0000 Add svn:ignore, use OSGi version annotation, update to latest parent pom git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1784537 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 66871cd..be5a93e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>29</version> <relativePath /> </parent> @@ -90,10 +90,6 @@ <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
