From d6313847daf7b3a6c25dfdeb5826736d10d63942 Mon Sep 17 00:00:00 2001 From: Chandra Gorantla Date: Mon, 16 Dec 2024 17:40:38 -0500 Subject: [PATCH] Revert "Merge pull request #52 from OpenNMS/dependabot/maven/release-2.x/org.apache.servicemix.bundles-org.apache.servicemix.bundles.okhttp-4.10.0_3" This reverts commit 0c1d9eb08df54fd31fd3a840140dd46c1f763c1f, reversing changes made to 1536a1d7c337486da0600b6db7d385dee97eace6. --- .../src/main/resources/features.xml | 4 +-- plugin/pom.xml | 16 ++++++----- pom.xml | 27 +++---------------- 3 files changed, 15 insertions(+), 32 deletions(-) diff --git a/karaf-features/src/main/resources/features.xml b/karaf-features/src/main/resources/features.xml index 179668c..4761000 100644 --- a/karaf-features/src/main/resources/features.xml +++ b/karaf-features/src/main/resources/features.xml @@ -20,8 +20,8 @@ wrap:mvn:com.google.code.findbugs/jsr305/3.0.2 - wrap:mvn:com.squareup.okio/okio/${okio.version}$Bundle-SymbolicName=okio&Export-Package=okio;version=${okio.version}&Import-Package=!okio*,kotlin*;resolution:=optional,* - wrap:mvn:com.squareup.okhttp3/okhttp/${okhttp.version}$Bundle-SymbolicName=okhttp3&Bundle-Version=${okhttp.version}&Export-Package=okhttp3;version=${okhttp.version}&Import-Package=!okhttp3*,org.apache.http.*;resolution=optional,org.bouncycastle.*;resolution:=optional,org.openjsse.*;resolution:=optional,android.net.*;resolution:=optional,android.os.*;resolution:=optional,android.security.*;resolution:=optional,android.util.*;resolution:=optional,org.conscrypt.*;resolution:=optional,kotlin*;resolution:=optional,sun.security.ssl;resolution:=optional,dalvik.system;resolution:=optional,* + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/${okio.bundle.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/${okhttp.bundle.version} wrap:mvn:com.squareup.okhttp3/logging-interceptor/${okhttp.version} diff --git a/plugin/pom.xml b/plugin/pom.xml index 2eb7935..c30415f 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -28,10 +28,6 @@ * - - com.google.common.*;version="33", - * - @@ -95,9 +91,15 @@ guava - com.squareup.okhttp3 - okhttp - ${okhttp.version} + org.apache.servicemix.bundles + org.apache.servicemix.bundles.okhttp + ${okhttp.bundle.version} + + + com.squareup.okio + okio + + com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 2aaf7ce..de6d185 100644 --- a/pom.xml +++ b/pom.xml @@ -72,12 +72,13 @@ 4.13.2 4.3.10 4.4.6 - 1.9.23 + 1.9.10 2.23.1 - 4.2.25 5.12.0 - 3.9.0 + 4.2.25 + 1.15.0_1 4.12.0 + 3.13.1_1 1.0.0 6.0.0 5.0.0 @@ -143,31 +144,11 @@ ${metrics.version} - - com.squareup.okio - okio - ${okio.version} - - - com.squareup.okio - okio-jvm - ${okio.version} - - - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin.version} - org.jetbrains.kotlin kotlin-stdlib-common ${kotlin.version} - - org.jetbrains.kotlin - kotlin-stdlib-jdk7 - ${kotlin.version} - org.jetbrains.kotlin kotlin-stdlib-jdk8