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 d06df35  fix dependencies in langdetect
     new 54bc3d1  Merge remote-tracking branch 'origin/main' into main
d06df35 is described below

commit d06df35492d25aa0be5b52d44bca814d9de7be66
Author: tallison <[email protected]>
AuthorDate: Wed May 19 09:57:37 2021 -0400

    fix dependencies in langdetect
---
 tika-langdetect/tika-langdetect-lingo24/pom.xml    | 3 +--
 tika-langdetect/tika-langdetect-mitll-text/pom.xml | 3 +--
 tika-langdetect/tika-langdetect-opennlp/pom.xml    | 3 +--
 tika-langdetect/tika-langdetect-optimaize/pom.xml  | 3 +--
 tika-langdetect/tika-langdetect-tika/pom.xml       | 3 +--
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/tika-langdetect/tika-langdetect-lingo24/pom.xml 
b/tika-langdetect/tika-langdetect-lingo24/pom.xml
index a74ed14..2992f32 100644
--- a/tika-langdetect/tika-langdetect-lingo24/pom.xml
+++ b/tika-langdetect/tika-langdetect-lingo24/pom.xml
@@ -76,10 +76,9 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-langdetect-commons</artifactId>
+      <artifactId>tika-langdetect-test-commons</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
-      <type>test-jar</type>
     </dependency>
 
   </dependencies>
diff --git a/tika-langdetect/tika-langdetect-mitll-text/pom.xml 
b/tika-langdetect/tika-langdetect-mitll-text/pom.xml
index 398deb3..4d0896e 100644
--- a/tika-langdetect/tika-langdetect-mitll-text/pom.xml
+++ b/tika-langdetect/tika-langdetect-mitll-text/pom.xml
@@ -75,10 +75,9 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-langdetect-commons</artifactId>
+      <artifactId>tika-langdetect-test-commons</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
-      <type>test-jar</type>
     </dependency>
 
   </dependencies>
diff --git a/tika-langdetect/tika-langdetect-opennlp/pom.xml 
b/tika-langdetect/tika-langdetect-opennlp/pom.xml
index 6c64022..8300817 100644
--- a/tika-langdetect/tika-langdetect-opennlp/pom.xml
+++ b/tika-langdetect/tika-langdetect-opennlp/pom.xml
@@ -44,10 +44,9 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-langdetect-commons</artifactId>
+      <artifactId>tika-langdetect-test-commons</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
-      <type>test-jar</type>
     </dependency>
   </dependencies>
 
diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml 
b/tika-langdetect/tika-langdetect-optimaize/pom.xml
index 7d9da78..a2e1a5c 100644
--- a/tika-langdetect/tika-langdetect-optimaize/pom.xml
+++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml
@@ -63,10 +63,9 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-langdetect-commons</artifactId>
+      <artifactId>tika-langdetect-test-commons</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
-      <type>test-jar</type>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file
diff --git a/tika-langdetect/tika-langdetect-tika/pom.xml 
b/tika-langdetect/tika-langdetect-tika/pom.xml
index 4c5ed0a..77ba470 100644
--- a/tika-langdetect/tika-langdetect-tika/pom.xml
+++ b/tika-langdetect/tika-langdetect-tika/pom.xml
@@ -63,10 +63,9 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-langdetect-commons</artifactId>
+      <artifactId>tika-langdetect-test-commons</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
-      <type>test-jar</type>
     </dependency>
   </dependencies>
   <build>

Reply via email to