We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b153f94 commit 301bb68Copy full SHA for 301bb68
whelk-core/build.gradle
@@ -95,6 +95,7 @@ dependencies {
95
api 'commons-io:commons-io:2.11.0'
96
implementation "org.apache.httpcomponents:httpclient:${httpComponentsClientVersion}"
97
implementation "org.apache.httpcomponents:httpcore:${httpComponentsCoreVersion}"
98
+ api 'org.apache.jena:apache-jena-libs:3.17.0'
99
implementation 'org.apache.jena:apache-jena-libs:3.17.0'
100
api "org.codehaus.groovy:groovy-json:${groovyVersion}"
101
api "org.codehaus.groovy:groovy-xml:${groovyVersion}"
0 commit comments