You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/09/09 13:13:14 UTC

[tika] branch main updated: Remove dependency tika-parsers test-jar in tika-server and tika-examples (#354)

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new d25a670  Remove dependency tika-parsers test-jar in tika-server and tika-examples (#354)
d25a670 is described below

commit d25a6702e4d1e070c4392b9023d32bd14efc6c77
Author: Lee <55...@users.noreply.github.com>
AuthorDate: Wed Sep 9 21:13:05 2020 +0800

    Remove dependency tika-parsers test-jar in tika-server and tika-examples (#354)
---
 tika-example/pom.xml | 7 -------
 tika-server/pom.xml  | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 682409d..36da22d 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -81,13 +81,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-parsers</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
       <version>${javax.jcr.version}</version>
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 39fecfa..5706dec 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -150,13 +150,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>tika-parsers</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>junit</groupId>