We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ca90b commit 28d97fcCopy full SHA for 28d97fc
1 file changed
pom.xml
@@ -84,9 +84,19 @@
84
<groupId>commons-logging</groupId>
85
<artifactId>commons-logging</artifactId>
86
</exclusion>
87
+ <exclusion>
88
+ <groupId>org.slf4j</groupId>
89
+ <artifactId>slf4j-simple</artifactId>
90
+ </exclusion>
91
</exclusions>
92
</dependency>
93
94
+ <dependency>
95
96
+ <artifactId>slf4j-nop</artifactId>
97
+ <version>2.0.17</version>
98
+ </dependency>
99
+
100
<!-- graphviz-java -->
101
<dependency>
102
<groupId>guru.nidi</groupId>
0 commit comments