Skip to content

Commit b7aec01

Browse files
committed
Merge pull request #18 from internetarchive/master
IA sync with IIPC
2 parents dc98c69 + 4d91deb commit b7aec01

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<url>git@github.com:iipc/webarchive-commons.git</url>
4949
</scm>
5050

51-
5251
<properties>
5352
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5453
<build.time>${maven.build.timestamp}</build.time>
@@ -167,6 +166,12 @@
167166
<artifactId>dsiutils</artifactId>
168167
<version>2.0.12</version>
169168
<scope>compile</scope>
169+
<exclusions>
170+
<exclusion>
171+
<groupId>ch.qos.logback</groupId>
172+
<artifactId>logback-classic</artifactId>
173+
</exclusion>
174+
</exclusions>
170175
</dependency>
171176
<dependency>
172177
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)