You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by HansBrende <gi...@git.apache.org> on 2018/07/18 19:22:11 UTC

[GitHub] any23 pull request #103: ANY23-369 Resolved overlapping dependencies

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 <fi...@...>
Date:   2018-07-18T19:11:32Z

    ANY23-369 Resolved overlapping dependencies

----


---

[GitHub] any23 pull request #103: ANY23-369 Resolved overlapping dependencies

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/any23/pull/103


---