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
-21
lines changed Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -8,35 +8,19 @@ plugins {
8
8
}
9
9
10
10
group = " com.marklogic"
11
- version = " 4.5-SNAPSHOT "
11
+ version = " 4.5.0 "
12
12
13
13
java {
14
14
sourceCompatibility = 1.8
15
15
targetCompatibility = 1.8
16
16
}
17
17
18
18
repositories {
19
- mavenLocal()
20
- maven {
21
- url " https://nexus.marklogic.com/repository/maven-snapshots/"
22
- }
23
19
mavenCentral()
24
20
}
25
21
26
- // Do not cache changing modules
27
- configurations. all {
28
- resolutionStrategy {
29
- cacheChangingModulesFor 0 , ' seconds'
30
- }
31
- }
32
-
33
22
dependencies {
34
- api(' com.marklogic:marklogic-client-api:6.1-SNAPSHOT' ) {
35
- changing = true
36
- }
37
- api(' com.marklogic:ml-javaclient-util:4.5-SNAPSHOT' ) {
38
- changing = true
39
- }
23
+ api ' com.marklogic:ml-javaclient-util:4.5.0'
40
24
api ' org.springframework:spring-web:5.3.24'
41
25
api ' com.fasterxml.jackson.core:jackson-databind:2.14.1'
42
26
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-app-deployer</artifactId >
15
- <version >4.4 .0</version >
15
+ <version >4.5 .0</version >
16
16
<name >com.marklogic:ml-app-deployer</name >
17
17
<description >Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description >
18
18
<url >https://github.com/marklogic-community/ml-app-deployer</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 >ml-javaclient-util</artifactId >
43
- <version >4.4 .0</version >
43
+ <version >4.5 .0</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
@@ -52,7 +52,7 @@ It is not intended to be used to build this project.
52
52
<dependency >
53
53
<groupId >com.fasterxml.jackson.core</groupId >
54
54
<artifactId >jackson-databind</artifactId >
55
- <version >2.13.4.2 </version >
55
+ <version >2.14.1 </version >
56
56
<scope >compile</scope >
57
57
</dependency >
58
58
<dependency >
You can’t perform that action at this time.
0 commit comments