You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:28:24 UTC

[sling-org-apache-sling-discovery-oak] 03/32: Remove type from bundle dependencies

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.discovery.oak-1.2.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git

commit afa58bc72477832944d3b0265369b3d7ce781461
Author: Carsten Ziegeler <cz...@apache.org>
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/oak@1721125 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ea34a7..b656bb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,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>
@@ -297,14 +296,12 @@
         	<groupId>org.apache.jackrabbit</groupId>
         	<artifactId>jackrabbit-jcr-commons</artifactId>
         	<version>2.11.0</version>
-        	<type>bundle</type>
         	<scope>test</scope>
         </dependency>
         <dependency>
         	<groupId>org.apache.jackrabbit</groupId>
         	<artifactId>jackrabbit-api</artifactId>
         	<version>2.11.0</version>
-        	<type>bundle</type>
         	<scope>test</scope>
         </dependency>
         <dependency>
@@ -323,7 +320,6 @@
         	<groupId>org.apache.sling</groupId>
         	<artifactId>org.apache.sling.hc.core</artifactId>
         	<version>1.0.6</version>
-        	<type>bundle</type>
         </dependency>
     </dependencies>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.