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 4040 <junit .version>4.13.1</junit .version>
4141 <junit-jupiter .version>5.9.2</junit-jupiter .version>
4242 <logback .version>1.2.13</logback .version>
43+ <json-path .version>2.9.0</json-path .version>
4344 </properties >
4445 <dependencyManagement >
4546 <dependencies >
Original file line number Diff line number Diff line change 5454 <jackson-bom .version>2.13.5</jackson-bom .version>
5555 <guava .version>32.1.3-jre</guava .version>
5656 <logback .version>1.2.13</logback .version>
57+ <json-path .version>2.9.0</json-path .version>
5758 </properties >
5859 <dependencyManagement >
5960 <dependencies >
9495 <type >pom</type >
9596 <scope >import</scope >
9697 </dependency >
98+ <dependency >
99+ <groupId >com.jayway.jsonpath</groupId >
100+ <artifactId >json-path</artifactId >
101+ <version >${json-path.version} </version >
102+ </dependency >
97103 <dependency >
98104 <groupId >com.squareup.okhttp3</groupId >
99105 <artifactId >okhttp</artifactId >
You can’t perform that action at this time.
0 commit comments