This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,19 @@ plugins {
10
10
}
11
11
12
12
group = " com.marklogic"
13
- version = " 4.5-SNAPSHOT "
13
+ version = " 4.5.0 "
14
14
15
15
java {
16
16
sourceCompatibility = 1.8
17
17
targetCompatibility = 1.8
18
18
}
19
19
20
20
repositories {
21
- mavenLocal()
22
- maven {
23
- url " https://nexus.marklogic.com/repository/maven-snapshots/"
24
- }
25
21
mavenCentral()
26
22
}
27
23
28
- // Do not cache changing modules
29
- configurations. all {
30
- resolutionStrategy {
31
- cacheChangingModulesFor 0 , ' seconds'
32
- }
33
- }
34
-
35
24
dependencies {
36
- api (' com.marklogic:marklogic-client-api:6.1-SNAPSHOT' ) {
37
- changing = true
38
- }
25
+ api ' com.marklogic:marklogic-client-api:6.1.0'
39
26
api ' com.marklogic:marklogic-xcc:11.0.0'
40
27
api ' org.springframework:spring-context:5.3.24'
41
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
12
12
<modelVersion >4.0.0</modelVersion >
13
13
<groupId >com.marklogic</groupId >
14
14
<artifactId >ml-javaclient-util</artifactId >
15
- <version >4.4 .0</version >
15
+ <version >4.5 .0</version >
16
16
<name >com.marklogic:ml-javaclient-util</name >
17
17
<description >Library that adds functionality on top of the MarkLogic Java Client</description >
18
18
<url >https://github.com/marklogic-community/ml-javaclient-util</url >
@@ -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 >
@@ -64,7 +64,7 @@ It is not intended to be used to build this project.
64
64
<dependency >
65
65
<groupId >com.fasterxml.jackson.core</groupId >
66
66
<artifactId >jackson-databind</artifactId >
67
- <version >2.13.4.2 </version >
67
+ <version >2.14.1 </version >
68
68
<scope >runtime</scope >
69
69
</dependency >
70
70
<dependency >
You can’t perform that action at this time.
0 commit comments