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.
rs-api
1 parent cc58216 commit a6b3e3bCopy full SHA for a6b3e3b
marklogic-rdf4j/build.gradle
@@ -46,7 +46,9 @@ dependencies {
46
compile('com.marklogic:marklogic-client-api:4.2.0') {
47
exclude(group: 'org.slf4j')
48
exclude(group: 'ch.qos.logback')
49
+ exclude(group: 'javax.ws.rs')
50
}
51
+ compile "javax.ws.rs:javax.ws.rs-api:2.1@jar"
52
compile('org.slf4j:slf4j-api:1.7.10')
53
compile "ch.qos.logback:logback-classic:$logbackVersion"
54
compile "org.slf4j:jcl-over-slf4j:$slf4jVersion"
0 commit comments