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 2017/05/09 19:47:50 UTC

[tika] branch master updated: TIKA-2358 -- remove tika-dl as a dependency in tika-app and tika-server

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  82fd2ff   TIKA-2358 -- remove tika-dl as a dependency in tika-app and tika-server
82fd2ff is described below

commit 82fd2ff7ad283b1da1caa3661687f0d419faf404
Author: tballison <ta...@mitre.org>
AuthorDate: Tue May 9 15:47:40 2017 -0400

    TIKA-2358 -- remove tika-dl as a dependency in tika-app and tika-server
---
 tika-app/pom.xml    | 5 -----
 tika-server/pom.xml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 0c8926f..75b1d17 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -45,11 +45,6 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-dl</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>tika-langdetect</artifactId>
       <version>${project.version}</version>
     </dependency>
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 78cd85c..23dbc68 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -67,11 +67,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>tika-dl</artifactId>
-      <version>${project.version}</version>
-    </dependency>    
-    <dependency>
       <groupId>net.sf.opencsv</groupId>
       <artifactId>opencsv</artifactId>
       <version>2.0</version>

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