aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2024-05-31 15:00:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-05-31 15:00:32 +0000
commitad3b16c1a4df21e77120ae6752ea4993ca469eb3 (patch)
tree8061d46f37dbab8b75a05a9853a549746f9bec9f
parent3064f790f626470f3354f605492b580b04093a55 (diff)
parent782e0bf564d1690835a397691758ed0ce452f5f7 (diff)
Merge "Remove transient dependencies"
-rw-r--r--integration/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 12656e2c..99d2d311 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -982,34 +982,6 @@
<artifactId>kotlin-stdlib-common</artifactId>
<version>${version.kotlin}</version>
</dependency>
-
- <!-- Transient dependencies -->
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>4.12.0</version>
- </dependency>
- <dependency>
- <groupId>io.projectreactor</groupId>
- <artifactId>reactor-core</artifactId>
- <version>3.6.5</version>
- </dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy</artifactId>
- <version>${version.bytebuddy}</version>
- </dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy-agent</artifactId>
- <version>${version.bytebuddy}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>3.5.3.Final</version>
- <scope>runtime</scope>
- </dependency>
</dependencies>
</dependencyManagement>
<scm>