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.
2 parents dc98c69 + 4d91deb commit b7aec01Copy full SHA for b7aec01
1 file changed
pom.xml
@@ -48,7 +48,6 @@
48
<url>git@github.com:iipc/webarchive-commons.git</url>
49
</scm>
50
51
-
52
<properties>
53
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54
<build.time>${maven.build.timestamp}</build.time>
@@ -167,6 +166,12 @@
167
166
<artifactId>dsiutils</artifactId>
168
<version>2.0.12</version>
169
<scope>compile</scope>
+ <exclusions>
170
+ <exclusion>
171
+ <groupId>ch.qos.logback</groupId>
172
+ <artifactId>logback-classic</artifactId>
173
+ </exclusion>
174
+ </exclusions>
175
</dependency>
176
<dependency>
177
<groupId>org.apache.httpcomponents</groupId>
0 commit comments