[ 
https://issues.apache.org/jira/browse/TIKA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556106#comment-16556106
 ] 

ASF GitHub Bot commented on TIKA-2690:
--------------------------------------

tballison closed pull request #244: fix for TIKA-2690 contributed by HansBrende
URL: https://github.com/apache/tika/pull/244
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index ff289d81d..9f9f9d23a 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -707,6 +707,14 @@
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- need to specify this to avoid


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Exclude commons-logging & commons-logging-api from uimafit-core
> ---------------------------------------------------------------
>
>                 Key: TIKA-2690
>                 URL: https://issues.apache.org/jira/browse/TIKA-2690
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.18
>            Reporter: Hans Brende
>            Priority: Major
>
> Exclude commons-logging and commons-logging-api from {{uimafit-core}} 
> dependencies. 
> As seen by running "{{mvn dependency:tree}}", {{uimafit-core}} has a direct 
> dependency on {{commons-logging-api}} and a transitive dependency (through 
> {{org.springframework:spring-core}}) on {{commons-logging}}.
> Cf. TIKA-1596



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to