Skip to content

Commit

Permalink
[Fix_#2183] Removing quarkus test utils from common module
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Feb 3, 2025
1 parent 0ab2453 commit 309c8cd
Showing 1 changed file with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-test-utils</artifactId>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down Expand Up @@ -84,17 +80,10 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-test-utils</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>jobs-service-common</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 309c8cd

Please sign in to comment.