You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2015/12/04 00:48:49 UTC

svn commit: r1717881 - /tika/branches/2.x/tika-parent/pom.xml

Author: bob
Date: Thu Dec  3 23:48:49 2015
New Revision: 1717881

URL: http://svn.apache.org/viewvc?rev=1717881&view=rev
Log:
TIKA-1807 - Adding PAX-Exam to parent to allow standard test framework versions.

Modified:
    tika/branches/2.x/tika-parent/pom.xml

Modified: tika/branches/2.x/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parent/pom.xml?rev=1717881&r1=1717880&r2=1717881&view=diff
==============================================================================
--- tika/branches/2.x/tika-parent/pom.xml (original)
+++ tika/branches/2.x/tika-parent/pom.xml Thu Dec  3 23:48:49 2015
@@ -229,6 +229,14 @@
         <role>committer</role>
       </roles>
     </developer>
+    <developer>
+      <name>Bob Paulin</name>
+      <id>bob</id>
+      <timezone>-6</timezone>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -294,7 +302,44 @@
         <artifactId>jcl-over-slf4j</artifactId>
         <version>${slf4j.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.ops4j.pax.exam</groupId>
+        <artifactId>pax-exam-junit4</artifactId>
+        <version>${pax.exam.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.ops4j.pax.exam</groupId>
+        <artifactId>pax-exam-container-native</artifactId>
+        <version>${pax.exam.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.framework</artifactId>
+        <version>4.6.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.ops4j.pax.exam</groupId>
+        <artifactId>pax-exam-link-assembly</artifactId>
+        <version>${pax.exam.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.ops4j.pax.url</groupId>
+        <artifactId>pax-url-aether</artifactId>
+        <version>2.3.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>javax.inject</groupId>
+        <artifactId>javax.inject</artifactId>
+        <version>1</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
+   
   </dependencyManagement>
 
   <properties>
@@ -304,6 +349,7 @@
     <commons.compress.version>1.10</commons.compress.version>
     <commons.io.version>2.4</commons.io.version>
     <slf4j.version>1.7.12</slf4j.version>
+    <pax.exam.version>4.4.0</pax.exam.version>
   </properties>
 
   <build>