mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 23:55:50 +00:00
Bump webarchive-commons from 1.1.8 to 1.1.10
We need to add log4j as a dependency temporarily as webarchive-commons no longer pulls it in.
This commit is contained in:
+9
-7
@@ -151,14 +151,16 @@
|
||||
<dependency>
|
||||
<groupId>org.netpreserve.commons</groupId>
|
||||
<artifactId>webarchive-commons</artifactId>
|
||||
<version>1.1.8</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<version>1.1.10</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO: remove dependency on log4j -->
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user