Skip to content

Commit 6672e22

Browse files
author
Charles Greer
committed
Merge branch 'develop' into release/4.0.1
2 parents c3e4ef2 + af63b47 commit 6672e22

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

marklogic-data-hub/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,7 @@ ext.junitJupiterVersion = '5.0.0-RC3'
2626

2727
dependencies {
2828
compile 'com.marklogic:marklogic-client-api:4.1.1'
29-
// refactor these after release of ml-app-deployer
30-
compile files('tmp-lib/ml-app-deployer-3.9.1-rc.jar')
31-
//compile 'com.marklogic:ml-app-deployer:3.9.1-rc'
32-
33-
34-
// the following lines are only required with tmp-lib-included ml-app-deployer
35-
compile 'com.marklogic:ml-javaclient-util:3.8.1'
36-
compile 'jaxen:jaxen:1.1.6'
37-
compile 'org.apache.httpcomponents:httpclient:4.3.5'
38-
compile 'org.springframework:spring-web:4.3.5.RELEASE'
39-
compile "org.apache.commons:commons-lang3:3.7"
40-
compileOnly "com.beust:jcommander:1.72"
41-
// remove the above lines before release
29+
compile 'com.marklogic:ml-app-deployer:3.9.1'
4230

4331
compile 'com.marklogic:mlcp-util:0.9.0'
4432
compile 'com.marklogic:marklogic-data-movement-components:1.0'
-420 KB
Binary file not shown.

0 commit comments

Comments
 (0)