Skip to content

Commit 29e87ce

Browse files
author
Charles Greer
authored
Merge pull request #1387 from akshaysonvane/upgrade-client-api
DHFPROD-1380-Upgrade client api
2 parents 770c241 + 6d82cde commit 29e87ce

File tree

2 files changed

+2
-3
lines changed

2 files 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

-1.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)