This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new b19d3b9ee Clean up poms.
b19d3b9ee is described below
commit b19d3b9ee3a5de63d2d457f6618ff3c7ec1dbefe
Author: James Bognar <[email protected]>
AuthorDate: Wed May 14 09:21:27 2025 -0400
Clean up poms.
---
juneau-rest/juneau-rest-client/pom.xml | 1 +
juneau-rest/juneau-rest-mock/pom.xml | 1 +
pom.xml | 9 +--------
3 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/juneau-rest/juneau-rest-client/pom.xml
b/juneau-rest/juneau-rest-client/pom.xml
index 8a39f6ec8..65693a474 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -43,6 +43,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <version>4.5.14</version>
</dependency>
</dependencies>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml
b/juneau-rest/juneau-rest-mock/pom.xml
index 8b705492d..8b9a8a85e 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -48,6 +48,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <version>4.5.14</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
diff --git a/pom.xml b/pom.xml
index adf0b5869..8318be95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,6 @@
<junit.version>4.13.2</junit.version>
<servlet.version>6.1.0</servlet.version>
- <httpclient.version>4.5.14</httpclient.version>
- <httpcore.version>4.4.16</httpcore.version>
<jetty.version>12.0.20</jetty.version>
<!-- First step in migration to Jetty 12: EE 8 -->
<jetty.ee.version>9</jetty.ee.version>
@@ -71,15 +69,10 @@
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>${httpclient.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>${httpcore.version}</version>
+ <version>4.4.16</version>
</dependency>
</dependencies>
</dependencyManagement>