This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
spring-cloud-dataflow-rest-resource
spring-cloud-dataflow-single-step-batch-job Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7575 <semver .version>2.2.0</semver .version>
7676 <apache-directory-server .version>1.5.5</apache-directory-server .version>
7777 <codearte-props2yml .version>0.5</codearte-props2yml .version>
78+ <jettison .version>1.5.4</jettison .version>
7879 <json-unit .version>2.11.1</json-unit .version>
7980 <findbugs .version>3.0.2</findbugs .version>
8081 <joda-time .version>2.10.6</joda-time .version>
123124 <artifactId >snakeyaml</artifactId >
124125 <version >1.33</version >
125126 </dependency >
127+ <dependency >
128+ <groupId >org.codehaus.jettison</groupId >
129+ <artifactId >jettison</artifactId >
130+ <version >${jettison.version} </version >
131+ </dependency >
126132 <dependency >
127133 <groupId >org.springframework.cloud</groupId >
128134 <artifactId >spring-cloud-dataflow-common-dependencies</artifactId >
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >org.codehaus.jettison</groupId >
6565 <artifactId >jettison</artifactId >
66- <version >1.5.1</version >
6766 </dependency >
6867 <dependency >
6968 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.codehaus.jettison</groupId >
5151 <artifactId >jettison</artifactId >
52- <version >1.5.1</version >
5352 </dependency >
5453 <dependency >
5554 <groupId >com.microsoft.sqlserver</groupId >
You can’t perform that action at this time.
0 commit comments