Skip to content

Commit b47ad36

Browse files
committed
Don't clutter log with messages about missing SLF4J, as Cindy is not using SLF4J.
1 parent b686e76 commit b47ad36

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@
5757
<groupId>org.mnode.ical4j</groupId>
5858
<artifactId>ical4j</artifactId>
5959
<version>${ical4j.version}</version>
60+
<exclusions>
61+
<exclusion>
62+
<groupId>org.slf4j</groupId>
63+
<artifactId>slf4j-api</artifactId>
64+
</exclusion>
65+
</exclusions>
66+
</dependency>
67+
68+
<dependency>
69+
<groupId>org.slf4j</groupId>
70+
<artifactId>slf4j-nop</artifactId>
71+
<version>1.7.32</version>
6072
</dependency>
6173

6274
<dependency>

0 commit comments

Comments
 (0)