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 91ef469  TIKA-3226 -- clean up pom.xml
91ef469 is described below

commit 91ef4693363d31dba05de9eec1ab2d52a298c6b5
Author: tballison <[email protected]>
AuthorDate: Tue Jan 26 15:52:45 2021 -0500

    TIKA-3226 -- clean up pom.xml
---
 .../tika-fetch-iterators/tika-fetch-iterator-s3/pom.xml      | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tika-pipes/tika-fetch-iterators/tika-fetch-iterator-s3/pom.xml 
b/tika-pipes/tika-fetch-iterators/tika-fetch-iterator-s3/pom.xml
index b0cce91..85ee53c 100644
--- a/tika-pipes/tika-fetch-iterators/tika-fetch-iterator-s3/pom.xml
+++ b/tika-pipes/tika-fetch-iterators/tika-fetch-iterator-s3/pom.xml
@@ -59,7 +59,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
@@ -75,17 +74,6 @@
             <artifactId>slf4j-log4j12</artifactId>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>tika-core</artifactId>
-            <version>${project.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>

Reply via email to