aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-05-30 09:40:20 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-05-30 09:43:08 +0100
commit782e0bf564d1690835a397691758ed0ce452f5f7 (patch)
tree7f8a34350fc2002c9549c511021028c11676c52e /integration
parentb1640a11c4abd1161d330d1e4debb4f425b16de2 (diff)
Remove transient dependencies
- jboss logging creates conflicts with jandex in drools Issue-ID: POLICY-4955 Change-Id: I37edc5c578301f8af10e11e46707d4116ec89e48 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'integration')
-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>