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
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " com.marklogic"
11- version = " 4.3.2 "
11+ version = " 4.3.3 "
1212
1313sourceCompatibility = " 8"
1414targetCompatibility = " 8"
@@ -19,7 +19,7 @@ repositories {
1919}
2020
2121dependencies {
22- api ' com.marklogic:ml-javaclient-util:4.3.0 '
22+ api ' com.marklogic:ml-javaclient-util:4.3.1 '
2323 api ' org.springframework:spring-web:5.3.18'
2424 api ' com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
2525
@@ -153,6 +153,7 @@ test {
153153task executableJar (type : Jar ) {
154154 description = " Construct an executable jar for executing ml-app-deployer commands via the command line"
155155 archiveBaseName = " deployer"
156+ duplicatesStrategy(DuplicatesStrategy . EXCLUDE )
156157 manifest {
157158 attributes(" Main-Class" : " com.marklogic.appdeployer.cli.Main" )
158159 }
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.
1212 <modelVersion >4.0.0</modelVersion >
1313 <groupId >com.marklogic</groupId >
1414 <artifactId >ml-app-deployer</artifactId >
15- <version >4.3.2 </version >
15+ <version >4.3.3 </version >
1616 <name >com.marklogic:ml-app-deployer</name >
1717 <description >Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description >
1818 <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.
4040 <dependency >
4141 <groupId >com.marklogic</groupId >
4242 <artifactId >ml-javaclient-util</artifactId >
43- <version >4.3.0 </version >
43+ <version >4.3.1 </version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
You can’t perform that action at this time.
0 commit comments