Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 79b4a0a

Browse files
committed
Use the publicly available java client API 4.1.1
1 parent c511772 commit 79b4a0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compile files('/Users/asonvane/Documents/java-client-api/marklogic-client-api/build/libs/marklogic-client-api-4.1.0.jar')
21-
// compile 'com.marklogic:marklogic-client-api:4.0.3.1'
20+
compile 'com.marklogic:marklogic-client-api:4.1.1'
2221
compile 'com.marklogic:marklogic-xcc:9.0.3'
2322
compile 'org.jdom:jdom2:2.0.6'
2423
compile 'org.springframework:spring-context:4.3.7.RELEASE'

0 commit comments

Comments
 (0)