We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd7bef commit 82b66dcCopy full SHA for 82b66dc
pom.xml
@@ -157,7 +157,7 @@
157
<url>https://sourceforge.net/p/davmail/code/HEAD/tree/trunk/</url>
158
</scm>
159
<issueManagement>
160
- <system>Github</system>
+ <system>GitHub</system>
161
<url>https://github.com/mguessan/davmail/issues</url>
162
</issueManagement>
163
<dependencies>
@@ -188,6 +188,14 @@
188
<groupId>commons-codec</groupId>
189
<artifactId>commons-codec</artifactId>
190
</exclusion>
191
+ <exclusion>
192
+ <groupId>org.slf4j</groupId>
193
+ <artifactId>jcl-over-slf4j</artifactId>
194
+ </exclusion>
195
196
197
+ <artifactId>slf4j-api</artifactId>
198
199
</exclusions>
200
</dependency>
201
<dependency>
0 commit comments