This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.1.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
commit 923cb3df895015841ffa6fb0ab63ddfec10b3322 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Dec 21 11:05:09 2015 +0000 Remove type from bundle dependencies git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1721125 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 325895a..1831981 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,6 @@ <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> <version>2.10.1</version> - <type>bundle</type> <scope>test</scope> </dependency> <dependency> @@ -291,7 +290,6 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.threads</artifactId> <version>3.1.0</version> - <type>bundle</type> <scope>test</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
