Remove type from bundle dependencies

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1721125 13f79535-47bb-0310-9956-ffa450edef68
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>