This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-1.6.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit 2b257a40438d33c603e2ccdb39a3e24c8ded0ca8 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Oct 1 16:38:25 2015 +0000 SLING-5083 osgi-mock: Eliminate compile dependency to org.apache.felix.scr.annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1706287 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index fd15942..245bd24 100644 --- a/pom.xml +++ b/pom.xml @@ -43,12 +43,6 @@ <dependencies> <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <scope>compile</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
