Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 00aaf2a

Browse files
committed
Adjust "Update snakeyaml and jettison libs (#5144)"
The version range is causing issues in some maven plugins w/ duplicate artifact resolution.
1 parent 184b328 commit 00aaf2a

File tree

3 files changed

+3
-3
lines changed
  • spring-cloud-dataflow-rest-resource
  • spring-cloud-dataflow-shell-core
  • spring-cloud-dataflow-single-step-batch-job

3 files changed

+3
-3
lines changed

spring-cloud-dataflow-rest-resource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.codehaus.jettison</groupId>
6565
<artifactId>jettison</artifactId>
66-
<version>[1.5.1,)</version>
66+
<version>1.5.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>junit</groupId>

spring-cloud-dataflow-shell-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.yaml</groupId>
4646
<artifactId>snakeyaml</artifactId>
47-
<version>[1.31,)</version>
47+
<version>1.31</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.codearte.props2yaml</groupId>

spring-cloud-dataflow-single-step-batch-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.codehaus.jettison</groupId>
5050
<artifactId>jettison</artifactId>
51-
<version>[1.5.1,)</version>
51+
<version>1.5.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.microsoft.sqlserver</groupId>

0 commit comments

Comments
 (0)