Skip to content

Commit

Permalink
try excluding jp24u logging dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed Dec 6, 2024
1 parent cdeee0d commit fcb759f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions services-camel-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@
<dependency>
<groupId>edu.unc.lib</groupId>
<artifactId>jp24u</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Jaxb 2.x dependencies, until camel-core no longer requires them -->
Expand Down

0 comments on commit fcb759f

Please sign in to comment.