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 2022/11/03 10:52:41 UTC

[tika] 01/03: remove duplicate tika-core entry in pom

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

commit 6974da6bf269751007375b2e4fab626782604046
Author: tallison <ta...@apache.org>
AuthorDate: Fri Oct 28 13:23:29 2022 -0400

    remove duplicate tika-core entry in pom
---
 tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
index 8b72547de..cc032acc6 100644
--- a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
@@ -64,12 +64,6 @@
       <artifactId>junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>tika-core</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>tika-app</artifactId>