Skip to content

Commit 66ef3fb

Browse files
committed
Add missing dependency
1 parent 21d808c commit 66ef3fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

whelktool/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dependencies {
5353
implementation "org.codehaus.groovy:groovy-jsr223:${groovyVersion}"
5454
implementation "org.codehaus.groovy:groovy:${groovyVersion}"
5555
implementation 'org.codehaus.jackson:jackson-mapper-asl:1.9.12'
56+
implementation 'commons-codec:commons-codec:1.7'
5657
implementation group: 'xml-apis', name: 'xml-apis', version: '1.4.01'
5758
}
5859

0 commit comments

Comments
 (0)