File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
spring-cloud-dataflow-build/spring-cloud-dataflow-build-dependencies
spring-cloud-dataflow-parent Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 40
40
<junit .version>4.13.1</junit .version>
41
41
<junit-jupiter .version>5.9.2</junit-jupiter .version>
42
42
<logback .version>1.2.13</logback .version>
43
+ <json-path .version>2.9.0</json-path .version>
43
44
</properties >
44
45
<dependencyManagement >
45
46
<dependencies >
Original file line number Diff line number Diff line change 54
54
<jackson-bom .version>2.13.5</jackson-bom .version>
55
55
<guava .version>32.1.3-jre</guava .version>
56
56
<logback .version>1.2.13</logback .version>
57
+ <json-path .version>2.9.0</json-path .version>
57
58
</properties >
58
59
<dependencyManagement >
59
60
<dependencies >
94
95
<type >pom</type >
95
96
<scope >import</scope >
96
97
</dependency >
98
+ <dependency >
99
+ <groupId >com.jayway.jsonpath</groupId >
100
+ <artifactId >json-path</artifactId >
101
+ <version >${json-path.version} </version >
102
+ </dependency >
97
103
<dependency >
98
104
<groupId >com.squareup.okhttp3</groupId >
99
105
<artifactId >okhttp</artifactId >
You can’t perform that action at this time.
0 commit comments