You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by kk...@apache.org on 2016/02/11 20:55:08 UTC

[03/11] tika git commit: Add tika-langdetect dependency in other modules

Add tika-langdetect dependency in other modules


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/fedf0981
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/fedf0981
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/fedf0981

Branch: refs/heads/2.x
Commit: fedf09817e9b1ebd28b7dcc0da72e84f9e6dafad
Parents: 9d75fdf
Author: Ken Krugler <ke...@transpac.com>
Authored: Wed Feb 10 15:47:29 2016 -0800
Committer: Ken Krugler <ke...@transpac.com>
Committed: Wed Feb 10 15:47:29 2016 -0800

----------------------------------------------------------------------
 tika-app/pom.xml        | 5 +++++
 tika-example/pom.xml    | 5 +++++
 tika-langdetect/pom.xml | 2 +-
 tika-server/pom.xml     | 5 +++++
 tika-translate/pom.xml  | 5 +++++
 5 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/fedf0981/tika-app/pom.xml
----------------------------------------------------------------------
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 7d738c8..e362391 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -55,6 +55,11 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>tika-langdetect</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>tika-serialization</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/tika/blob/fedf0981/tika-example/pom.xml
----------------------------------------------------------------------
diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 7acc517..938f4ed 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -63,6 +63,11 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>tika-langdetect</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-parsers</artifactId>
       <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/tika/blob/fedf0981/tika-langdetect/pom.xml
----------------------------------------------------------------------
diff --git a/tika-langdetect/pom.xml b/tika-langdetect/pom.xml
index 0d35f58..abaef98 100644
--- a/tika-langdetect/pom.xml
+++ b/tika-langdetect/pom.xml
@@ -33,7 +33,7 @@
   <packaging>bundle</packaging>
   <name>Apache Tika language detection</name>
   <url>http://tika.apache.org/</url>
-
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.tika</groupId>

http://git-wip-us.apache.org/repos/asf/tika/blob/fedf0981/tika-server/pom.xml
----------------------------------------------------------------------
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 958cd74..154d4b6 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -53,6 +53,11 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>tika-langdetect</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>tika-serialization</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/tika/blob/fedf0981/tika-translate/pom.xml
----------------------------------------------------------------------
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index e2d407a..7e2f932 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -41,6 +41,11 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-langdetect</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>com.memetix</groupId>
       <artifactId>microsoft-translator-java-api</artifactId>
       <version>0.6.2</version>