We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d28897 + 3efbffd commit 4d91debCopy full SHA for 4d91deb
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>
@@ -165,6 +164,12 @@
165
164
<artifactId>dsiutils</artifactId>
166
<version>2.0.12</version>
167
<scope>compile</scope>
+ <exclusions>
168
+ <exclusion>
169
+ <groupId>ch.qos.logback</groupId>
170
+ <artifactId>logback-classic</artifactId>
171
+ </exclusion>
172
+ </exclusions>
173
</dependency>
174
<dependency>
175
<groupId>org.apache.httpcomponents</groupId>
0 commit comments