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 59eb19bd8 Clean up poms.
59eb19bd8 is described below

commit 59eb19bd880725642a823884f325af2b6417a784
Author: James Bognar <[email protected]>
AuthorDate: Wed May 14 09:25:40 2025 -0400

    Clean up poms.
---
 juneau-core/juneau-marshall/pom.xml    | 1 +
 juneau-rest/juneau-rest-common/pom.xml | 1 +
 juneau-rest/juneau-rest-server/pom.xml | 1 +
 pom.xml                                | 5 -----
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 7ebcacf11..0df189766 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -48,6 +48,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
+                       <version>4.4.16</version>
                </dependency>
        </dependencies>
 
diff --git a/juneau-rest/juneau-rest-common/pom.xml 
b/juneau-rest/juneau-rest-common/pom.xml
index ae4408671..a6730a77a 100644
--- a/juneau-rest/juneau-rest-common/pom.xml
+++ b/juneau-rest/juneau-rest-common/pom.xml
@@ -48,6 +48,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
+                       <version>4.4.16</version>
                </dependency>
        </dependencies>
 
diff --git a/juneau-rest/juneau-rest-server/pom.xml 
b/juneau-rest/juneau-rest-server/pom.xml
index b862c266a..e4c48f399 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -67,6 +67,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
+                       <version>4.4.16</version>
                </dependency>
        </dependencies>
 
diff --git a/pom.xml b/pom.xml
index 8318be95b..8182325dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,11 +69,6 @@
                                <version>${servlet.version}</version>
                                <scope>provided</scope>
                        </dependency>
-                       <dependency>
-                               <groupId>org.apache.httpcomponents</groupId>
-                               <artifactId>httpcore</artifactId>
-                               <version>4.4.16</version>
-                       </dependency>
                </dependencies>
        </dependencyManagement>
 

Reply via email to