Hi Charles, Could you please share more details about your problem, for example, which one dependency uses commons-httpclient, which errors you see, etc.
Kind regards, Volodymyr Vysotskyi On Wed, Apr 22, 2020 at 5:23 PM Charles Givre <[email protected]> wrote: > Hi Volodymyr, > Thanks for the response. Do you have any suggestions as to how to fix > this? I don't really know enough Maven to fix this. I've tried manually > including the library in the pom, removing exclusions etc. > Thanks, > -- C > > > > > On Apr 20, 2020, at 4:15 AM, Vova Vysotskyi <[email protected]> wrote: > > > > Hi Charles, > > > > *commons-httpclient* was excluded since it has some vulnerabilities. But > > this library was renamed to *org.apache.httpcomponents:httpclient* and > > dependency to its latest version was added to the project, so it should > be > > used everywhere instead of the old one. > > > > By the way, *org.elasticsearch.client:elasticsearch-rest-client* 7.6.2 > has > > a dependency on *org.apache.httpcomponents:httpclient*, but not > > *commons-httpclient*, so it is strange that you have some issues with the > > older library. > > > > Kind regards, > > Volodymyr Vysotskyi > > > > > > On Mon, Apr 20, 2020 at 4:11 AM Charles Givre <[email protected]> wrote: > > > >> Hello all, > >> I am doing some work for an Elasticsearch (ES) storage plugin. I > recently > >> rebased on the current master and found that broke my plugin due to a > >> dependency exclusion. Basically, the ES modules need the > >> commons-httpclient which seems to be excluded by the HBase plugin. My > >> question is can I "un-exclude" it or do something in Maven so that the > code > >> gets these dependencies? > >> Thanks, > >> -- C > >
