Skip to content

Commit 28d97fc

Browse files
committed
Clean up SLF4J from shaded jar and remove startup warnings (fixes #79)
1 parent 01ca90b commit 28d97fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,19 @@
8484
<groupId>commons-logging</groupId>
8585
<artifactId>commons-logging</artifactId>
8686
</exclusion>
87+
<exclusion>
88+
<groupId>org.slf4j</groupId>
89+
<artifactId>slf4j-simple</artifactId>
90+
</exclusion>
8791
</exclusions>
8892
</dependency>
8993

94+
<dependency>
95+
<groupId>org.slf4j</groupId>
96+
<artifactId>slf4j-nop</artifactId>
97+
<version>2.0.17</version>
98+
</dependency>
99+
90100
<!-- graphviz-java -->
91101
<dependency>
92102
<groupId>guru.nidi</groupId>

0 commit comments

Comments
 (0)