Skip to content

Commit

Permalink
Merge pull request #42 from hpedrorodrigues/slf4j-dependency
Browse files Browse the repository at this point in the history
Remove classes that are already provided by Keycloak
  • Loading branch information
SnuK87 authored Sep 17, 2024
2 parents 070c027 + b854507 commit cad279a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.settings/
.classpath
.project
.idea
*.iml
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -82,4 +88,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit cad279a

Please sign in to comment.