You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2018/09/04 15:59:27 UTC

[tika] branch master updated: TIKA-2721: removed spring-* from tika-parsers deps

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

grossws 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 b6c4f8e  TIKA-2721: removed spring-* from tika-parsers deps
b6c4f8e is described below

commit b6c4f8e2617840075d546433f461b7df566e401a
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Tue Sep 4 18:56:24 2018 +0300

    TIKA-2721: removed spring-* from tika-parsers deps
    
    Excluded `spring-core`, `spring-beans` and `spring-context` from
    `uimafit-core` dependency.
---
 tika-parsers/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index c817190..f925d4f 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -731,6 +731,18 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-context</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-beans</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- need to specify this to avoid