Skip to content

Commit 6d82cde

Browse files
committed
Use the publicly available Java Client API 4.1.1
1 parent 0e5eb9b commit 6d82cde

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

marklogic-data-hub/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ ext.junitPlatformVersion = '1.0.0-RC3'
2525
ext.junitJupiterVersion = '5.0.0-RC3'
2626

2727
dependencies {
28-
// refactor these after releases of java client api and ml-app-deployer
29-
compile files('tmp-lib/marklogic-client-api-4.1.0.jar')
30-
// compile 'com.marklogic:marklogic-client-api:4.1.0'
28+
compile 'com.marklogic:marklogic-client-api:4.1.1'
29+
// refactor these after release of ml-app-deployer
3130
compile files('tmp-lib/ml-app-deployer-3.9.1-rc.jar')
3231
//compile 'com.marklogic:ml-app-deployer:3.9.1-rc'
3332

0 commit comments

Comments
 (0)