From 61995c007156bde2a10b2f80c48dfe5fed4f3ae8 Mon Sep 17 00:00:00 2001 From: Tomi Karlstedt Date: Mon, 25 Nov 2024 14:10:59 +0200 Subject: [PATCH] OPHYK-356 remove unused dependencies and bump versions for relevant dependencies. publish 1.0.1-SNAPSHOT --- httpclient/pom.xml | 121 +++------------------------------------------ 1 file changed, 8 insertions(+), 113 deletions(-) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index b68824d5..d4b6cc88 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -8,83 +8,29 @@ .. httpclient - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT jar 17 17 - 2.15.1 + 4.5.14 - - jakarta.xml.bind - jakarta.xml.bind-api - 2.3.3 - - - com.github.java-json-tools - json-schema-validator - 2.2.8 - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - org.apache.commons - commons-lang3 - 3.11 - org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 org.apache.httpcomponents httpclient-cache - 4.5.13 - - - commons-io - commons-io - 2.8.0 - - - io.swagger - swagger-core - 1.6.2 - - - commons-codec - commons-codec - 1.15 junit junit - 4.13.2 - - - - org.hamcrest - hamcrest-core - - @@ -98,81 +44,30 @@ org.apache.httpcomponents httpclient + ${apache.httpclient.version} org.apache.httpcomponents httpclient-cache + ${apache.httpclient.version} junit junit + 4.13.2 test org.mock-server mockserver-junit-rule - 5.11.2 + 5.15.0 test org.mock-server mockserver-netty - 5.11.2 - test - - - com.twitter - finagle-native_2.11 - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - com.google.code.findbugs - jsr305 - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - - - com.google.guava - guava - 30.1-jre - test - - - org.slf4j - slf4j-api - 1.7.30 - test - - - com.google.code.findbugs - jsr305 - 3.0.2 - test - - - com.fasterxml.jackson.core - jackson-annotations - test - - - com.fasterxml.jackson.core - jackson-databind + 5.15.0 test