diff options
-rw-r--r-- | integration/pom.xml | 28 |
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> |