We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed8827 commit 988b8e8Copy full SHA for 988b8e8
build.gradle
@@ -48,10 +48,9 @@ dependencies {
48
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1'
49
implementation 'org.apache.commons:commons-lang3:3.19.0'
50
implementation 'commons-io:commons-io:2.20.0'
51
+ implementation 'commons-codec:commons-codec:1.19.0'
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'
+ implementation 'org.netpreserve.commons:webarchive-commons:1.1.11'
55
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.0'
56
57
// for commoncrawl-source
0 commit comments