Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/239#discussion_r109794175
--- Diff: pom.xml ---
@@ -422,7 +423,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.3.1</version>
+ <version>${httpclient.version}</version>
--- End diff --
It seems like a mistake for us to declare both
`org.apache.httpcomponents:httpclient` and `commons-httpclient:httpclient`. Are
we adding versions for dependency management within our transitive
dependencies, or are we actually using both ourselves?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---