Skip to content

Commit

Permalink
Use json-path api plugin (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Dec 10, 2023
1 parent 07d5052 commit fa93ff2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@
<artifactId>json-api</artifactId>
<version>20231013-3.v20f3c247f2fe</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
<version>2.8.0-5.v07cb_a_1ca_738c</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@
<artifactId>json-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
Expand Down

0 comments on commit fa93ff2

Please sign in to comment.