Skip to content

Commit

Permalink
Exclude commons-logging jar from keycloak because it was generating w…
Browse files Browse the repository at this point in the history
…arnings.
  • Loading branch information
piotrczarnas committed Oct 24, 2024
1 parent 0b63fd3 commit d94baf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dqops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<version>26.0.0</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- 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 -->
Expand Down

0 comments on commit d94baf2

Please sign in to comment.