File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515
1616 testImplementation ' org.apache.commons:commons-lang3:3.20.0'
1717
18- testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT "
18+ testImplementation " com.marklogic:ml-app-deployer:6.2.0 "
1919
2020 testImplementation " ch.qos.logback:logback-classic:${ logbackVersion} "
2121 testImplementation " org.junit.jupiter:junit-jupiter:${ junitVersion} "
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 testImplementation ' org.apache.commons:commons-lang3:3.20.0'
5656
5757 // Allows talking to the Manage API.
58- testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT "
58+ testImplementation " com.marklogic:ml-app-deployer:6.2.0 "
5959
6060 testImplementation " org.mockito:mockito-core:5.22.0"
6161
Original file line number Diff line number Diff line change 22 * Copyright (c) 2010-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33 */
44
5- buildscript {
6- repositories {
7- mavenCentral()
8-
9- mavenLocal()
10-
11- // Needed for ml-gradle 6.2-SNAPSHOT
12- maven {
13- url = " https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
14- }
15- }
16- dependencies {
17- classpath " com.marklogic:ml-gradle:6.2-SNAPSHOT"
18- }
19- }
20-
215plugins {
226 id " net.saliman.properties" version " 1.5.2"
7+ id " com.marklogic.ml-gradle" version " 6.2.0"
238 id " com.github.psxpaul.execfork" version " 0.2.2"
249}
2510
26- apply plugin : " com.marklogic.ml-gradle"
27-
2811// Sometimes, 3 x 20 isn't enough on Jenkins.
2912mlWaitTillReady {
3013 maxAttempts = 40
3114}
3215
3316dependencies {
34- implementation " io.undertow:undertow-core:2.3.23 .Final"
35- implementation " io.undertow:undertow-servlet:2.3.23 .Final"
17+ implementation " io.undertow:undertow-core:2.3.24 .Final"
18+ implementation " io.undertow:undertow-servlet:2.3.24 .Final"
3619 implementation ' org.slf4j:slf4j-api:2.0.17'
3720 implementation " ch.qos.logback:logback-classic:${ logbackVersion} "
3821 implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
You can’t perform that action at this time.
0 commit comments