File tree Expand file tree Collapse file tree 8 files changed +16
-19
lines changed
examples/simple-ml-gradle
marklogic-unit-test-client Expand file tree Collapse file tree 8 files changed +16
-19
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ buildscript {
31
31
mavenCentral()
32
32
}
33
33
dependencies {
34
- classpath "com.marklogic:marklogic-unit-test-client:1.2.1 "
35
- classpath "com.marklogic:ml-gradle:4.3.5 "
34
+ classpath "com.marklogic:marklogic-unit-test-client:1.3.0 "
35
+ classpath "com.marklogic:ml-gradle:4.5.0 "
36
36
}
37
37
}
38
38
@@ -43,7 +43,7 @@ repositories {
43
43
}
44
44
45
45
dependencies {
46
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.2.1 "
46
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.3.0 "
47
47
}
48
48
```
49
49
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ subprojects {
4
4
apply plugin : " signing"
5
5
6
6
group = " com.marklogic"
7
- version = " 1.3.0-SNAPSHOT "
7
+ version = " 1.3.0"
8
8
9
9
java {
10
10
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
api project(" :marklogic-unit-test-client" )
7
- api (" com.marklogic:ml-javaclient-util:4.4.0" ) {
8
- // Prefer the version coming from marklogic-unit-test-client
9
- exclude module : " marklogic-client-api"
10
- }
7
+ api " com.marklogic:ml-javaclient-util:4.5.0"
11
8
api " org.jdom:jdom2:2.0.6.1"
12
9
api " org.junit.jupiter:junit-jupiter:5.9.2"
13
10
api " org.springframework:spring-context:5.3.24"
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Next, add the following dependencies:
36
36
dependencies {
37
37
// existing dependencies
38
38
39
- testImplementation "com.marklogic:marklogic-junit5:1.2.1 "
39
+ testImplementation "com.marklogic:marklogic-junit5:1.3.0 "
40
40
41
41
// Forcing Spring to use logback instead of commons-logging
42
- testImplementation "ch.qos.logback:logback-classic:1.2.11 "
42
+ testImplementation "ch.qos.logback:logback-classic:1.3.5 "
43
43
testImplementation "org.slf4j:jcl-over-slf4j:1.7.36"
44
44
}
45
45
@@ -107,8 +107,8 @@ You'll still be able to leverage all of the testing support in AbstractMarkLogic
107
107
If you'd like to write and execute marklogic-unit-test test modules, add the following to your build.gradle file as well (grab
108
108
the latest version for both dependencies):
109
109
110
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.2.1 "
111
- testImplementation "com.marklogic:marklogic-unit-test-client:1.2.1 "
110
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.3.0 "
111
+ testImplementation "com.marklogic:marklogic-unit-test-client:1.3.0 "
112
112
113
113
In addition, add the following to gradle.properties so that you can store test modules in a directory separate from
114
114
your application modules:
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- mlBundle " com.marklogic:marklogic-unit-test-modules:1.2.1 "
17
+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.3.0 "
18
18
19
19
api " com.marklogic:marklogic-client-api:6.1.0"
20
20
21
- testImplementation " com.marklogic:marklogic-junit5:1.2.1 "
21
+ testImplementation " com.marklogic:marklogic-junit5:1.3.0 "
22
22
23
23
// Forcing Spring to use logback instead of commons-logging
24
24
testImplementation " ch.qos.logback:logback-classic:1.3.5"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ It is not intended to be used to build this project.
46
46
<dependency >
47
47
<groupId >com.marklogic</groupId >
48
48
<artifactId >ml-javaclient-util</artifactId >
49
- <version >4.3.7 </version >
49
+ <version >4.5.0 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
<dependency >
@@ -58,7 +58,7 @@ It is not intended to be used to build this project.
58
58
<dependency >
59
59
<groupId >org.junit.jupiter</groupId >
60
60
<artifactId >junit-jupiter</artifactId >
61
- <version >5.9.1 </version >
61
+ <version >5.9.2 </version >
62
62
<scope >compile</scope >
63
63
</dependency >
64
64
<dependency >
@@ -76,7 +76,7 @@ It is not intended to be used to build this project.
76
76
<dependency >
77
77
<groupId >com.fasterxml.jackson.core</groupId >
78
78
<artifactId >jackson-databind</artifactId >
79
- <version >2.13.4.2 </version >
79
+ <version >2.14.1 </version >
80
80
<scope >compile</scope >
81
81
</dependency >
82
82
<dependency >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
// ml-gradle is used for deploying a test application so that this project itself can be tested
3
- id " com.marklogic.ml-gradle" version " 4.4 .0"
3
+ id " com.marklogic.ml-gradle" version " 4.5 .0"
4
4
5
5
// Used to generate a license report
6
6
id " com.github.jk1.dependency-license-report" version " 1.17"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
40
40
<dependency >
41
41
<groupId >com.marklogic</groupId >
42
42
<artifactId >marklogic-client-api</artifactId >
43
- <version >6.0 .0</version >
43
+ <version >6.1 .0</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
You can’t perform that action at this time.
0 commit comments