Skip to content

Commit 988b8e8

Browse files
committed
Update webarchive-commons, hadoop-core not needed any more, commons-codec needs to be more recent
1 parent 6ed8827 commit 988b8e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ dependencies {
4848
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1'
4949
implementation 'org.apache.commons:commons-lang3:3.19.0'
5050
implementation 'commons-io:commons-io:2.20.0'
51+
implementation 'commons-codec:commons-codec:1.19.0'
5152

52-
// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
53-
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
54-
implementation 'org.netpreserve.commons:webarchive-commons:1.1.9'
53+
implementation 'org.netpreserve.commons:webarchive-commons:1.1.11'
5554
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.0'
5655

5756
// for commoncrawl-source

0 commit comments

Comments
 (0)