GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/103
ANY23-369 Resolved overlapping dependencies
Taking a hint from the [`tika-parsers`
pom](https://github.com/apache/tika/blob/master/tika-parsers/pom.xml) and the
[`rdf4j-rio-jsonld`
pom](https://github.com/eclipse/rdf4j/blob/master/rio/jsonld/pom.xml), I
excluded the following libraries from the project:
- `stax:stax-api`
- `org.apache.httpcomponents:fluent-hc`
- `org.apache.httpcomponents:httpcore-nio`
- `org.apache.httpcomponents:httpcore-osgi`
- `org.apache.httpcomponents:httpclient-osgi`
mvn clean test -> all tests passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-369
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #103
----
commit 0259c695cc9e75fd0156018976391bab04d4d3c1
Author: Hans <firedrake93@...>
Date: 2018-07-18T19:11:32Z
ANY23-369 Resolved overlapping dependencies
----
---