Skip to content

Commit d94baf2

Browse files
committed
Exclude commons-logging jar from keycloak because it was generating warnings.
1 parent 0b63fd3 commit d94baf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dqops/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,12 @@
474474
<groupId>org.keycloak</groupId>
475475
<artifactId>keycloak-admin-client</artifactId>
476476
<version>26.0.0</version>
477+
<exclusions>
478+
<exclusion>
479+
<groupId>org.jboss.logging</groupId>
480+
<artifactId>commons-logging-jboss-logging</artifactId>
481+
</exclusion>
482+
</exclusions>
477483
</dependency>
478484

479485
<!-- JDBC driver dependencies, make sure that they are the same as those in the lib/pom.xml file, because they are distributed in a separate folder -->

0 commit comments

Comments
 (0)