This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push:
new c3e6658 Remove unused httpclient5 dependency (#80)
c3e6658 is described below
commit c3e66583d5c6d44803e162c629468e22451b03f7
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Apr 29 21:52:53 2026 -0400
Remove unused httpclient5 dependency (#80)
Also bump spotbugs and checkstyle to latest versions.
---
pom.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5363a8c..07faa2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,6 @@ under the License.
<version.accumulo>2.1.4</version.accumulo>
<version.auto-service>1.1.1</version.auto-service>
<version.errorprone>2.47.0</version.errorprone>
- <version.httpclient5>5.6</version.httpclient5>
</properties>
<dependencyManagement>
<dependencies>
@@ -156,11 +155,6 @@ under the License.
<artifactId>hdfs-urlstreamhandler-provider</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- <version>${version.httpclient5}</version>
- </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -225,7 +219,7 @@ under the License.
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.9.8.2</version>
+ <version>4.9.8.3</version>
<configuration>
<xmlOutput>true</xmlOutput>
<effort>Max</effort>
@@ -497,7 +491,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>13.3.0</version>
+ <version>13.4.1</version>
</dependency>
</dependencies>
<executions>