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-discovery-support.git
commit 29c74cb5b44587db067999c88a2b7ce941137670 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Apr 27 14:08:12 2015 +0000 Remove inherited dependencies git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1676269 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 12b6cac..b54e9a3 100644 --- a/pom.xml +++ b/pom.xml @@ -57,14 +57,6 @@ </build> <dependencies> <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - </dependency> - <dependency> - <groupId>biz.aQute</groupId> - <artifactId>bndlib</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]>.
