Remove transient dependencies 04/138104/1
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 30 May 2024 08:40:20 +0000 (09:40 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 30 May 2024 08:43:08 +0000 (09:43 +0100)
- jboss logging creates conflicts with jandex in drools

Issue-ID: POLICY-4955
Change-Id: I37edc5c578301f8af10e11e46707d4116ec89e48
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
integration/pom.xml

index 12656e2..99d2d31 100644 (file)
                 <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>