Skip to content

Commit

Permalink
Use json-path-api plugin (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Delaye <jonesbusy@gmail.com>
  • Loading branch information
jonesbusy committed Mar 12, 2024
1 parent c265adc commit 4cc1fa1
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -129,6 +124,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -177,6 +176,10 @@
<artifactId>google-oauth-client</artifactId>
<version>1.34.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<!-- Provided by core -->
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -189,16 +192,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.8.0</version>
<exclusions>
<!-- Provided by core -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit 4cc1fa1

Please sign in to comment.