Skip to content

Commit

Permalink
Remove classes that are already provided by Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Aug 5, 2024
1 parent 070c027 commit b854507
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 b854507

Please sign in to comment.