Skip to content

Commit 82b66dc

Browse files
committed
Build: fix jackrabbit dependencies in maven pom
git-svn-id: https://svn.code.sf.net/p/davmail/code/trunk@3841 3d1905a2-6b24-0410-a738-b14d5a86fcbd
1 parent abd7bef commit 82b66dc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<url>https://sourceforge.net/p/davmail/code/HEAD/tree/trunk/</url>
158158
</scm>
159159
<issueManagement>
160-
<system>Github</system>
160+
<system>GitHub</system>
161161
<url>https://github.com/mguessan/davmail/issues</url>
162162
</issueManagement>
163163
<dependencies>
@@ -188,6 +188,14 @@
188188
<groupId>commons-codec</groupId>
189189
<artifactId>commons-codec</artifactId>
190190
</exclusion>
191+
<exclusion>
192+
<groupId>org.slf4j</groupId>
193+
<artifactId>jcl-over-slf4j</artifactId>
194+
</exclusion>
195+
<exclusion>
196+
<groupId>org.slf4j</groupId>
197+
<artifactId>slf4j-api</artifactId>
198+
</exclusion>
191199
</exclusions>
192200
</dependency>
193201
<dependency>

0 commit comments

Comments
 (0)