Skip to content

Commit

Permalink
Exclude commons-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jan 26, 2024
1 parent 27f880a commit f996f70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spring-boot-project/spring-boot-testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ dependencies {
exclude group: "commons-logging", module: "commons-logging"
}
testImplementation("org.apache.activemq:activemq-client-jakarta")
testImplementation("org.apache.activemq:artemis-jakarta-client")
testImplementation("org.apache.activemq:artemis-jakarta-client") {
exclude group: "commons-logging", module: "commons-logging"
}
testImplementation("org.assertj:assertj-core")
testImplementation("org.awaitility:awaitility")
testImplementation("org.influxdb:influxdb-java")
Expand Down

0 comments on commit f996f70

Please sign in to comment.