We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562ba1 commit 5d33a01Copy full SHA for 5d33a01
1 file changed
server/build.gradle
@@ -70,6 +70,13 @@ configurations {
70
devRuntimeOnly.extendsFrom runtimeOnly
71
72
gatling.exclude group: "io.gatling.highcharts", module: "gatling-charts-highcharts"
73
+
74
+ // exclude commons-logging to avoid runtime warnings like these
75
+ // Standard Commons Logging discovery in action with spring-jcl:
76
+ // please remove commons-logging.jar from classpath in order to avoid potential conflicts
77
+ configureEach {
78
+ exclude group: "commons-logging", module: "commons-logging"
79
+ }
80
}
81
82
dependencyManagement {
0 commit comments