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.
1 parent dc33c77 commit ccd4f96Copy full SHA for ccd4f96
build.gradle
@@ -25,10 +25,10 @@ repositories {
25
dependencies {
26
implementation gradleApi()
27
implementation localGroovy()
28
- api "com.marklogic:ml-app-deployer:4.3.0-SNAPSHOT"
+ api "com.marklogic:ml-app-deployer:4.3.0"
29
implementation "com.marklogic:mlcp-util:1.0"
30
- implementation "com.marklogic:marklogic-data-movement-components:2.3.0"
31
- implementation "commons-io:commons-io:2.8.0"
+ implementation "com.marklogic:marklogic-data-movement-components:2.4.0"
+ implementation "commons-io:commons-io:2.11.0"
32
33
compileOnly "com.marklogic:marklogic-unit-test-client:1.1.0"
34
0 commit comments