File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
examples/simple-ml-gradle Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ subprojects {
44 apply plugin : " signing"
55
66 group = " com.marklogic"
7- version = " 1.1.0-SNAPSHOT "
7+ version = " 1.1.0"
88
99 sourceCompatibility = " 8"
1010 targetCompatibility = " 8"
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ plugins {
44
55dependencies {
66 api project(" :marklogic-unit-test-client" )
7- api " com.marklogic:ml-javaclient-util:4.3.0"
7+ api " com.marklogic:ml-javaclient-util:4.3.0"
88 api " org.jdom:jdom2:2.0.6"
9- api " org.junit.jupiter:junit-jupiter-api:5.7.2"
10- api " org.junit.jupiter:junit-jupiter-params:5.7.2"
11- api " org.springframework:spring-context:5.3.9"
12- api " org.springframework:spring-test:5.3.9"
13- api " com.fasterxml.jackson.core:jackson-databind:2.11.1"
14- api " org.slf4j:slf4j-api:1.7.31"
9+ api " org.junit.jupiter:junit-jupiter:5.7.2"
10+ api " org.springframework:spring-context:5.3.9"
11+ api " org.springframework:spring-test:5.3.9"
12+ api " com.fasterxml.jackson.core:jackson-databind:2.11.1"
13+ api " org.slf4j:slf4j-api:1.7.31"
1514
1615 implementation " jaxen:jaxen:1.2.0"
1716
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- mlBundle " com.marklogic:marklogic-unit-test-modules:1.1.0-SNAPSHOT "
17+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.1.0"
1818
1919 api " com.marklogic:marklogic-client-api:5.5.0"
2020
21- testImplementation " com.marklogic:marklogic-junit5:1.1.0-SNAPSHOT "
21+ testImplementation " com.marklogic:marklogic-junit5:1.1.0"
2222
2323 testImplementation " org.junit.jupiter:junit-jupiter:5.7.2"
2424
You can’t perform that action at this time.
0 commit comments