Skip to content

Commit

Permalink
Use json-path api plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Delaye <[email protected]>
  • Loading branch information
jonesbusy authored and slide committed Dec 11, 2023
1 parent 57b938f commit 35420b9
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
</properties>

<licenses>
Expand Down Expand Up @@ -53,8 +53,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>2198.v39c76fc308ca</version>
<artifactId>bom-2.401.x</artifactId>
<version>2643.vfa_93ff299d20</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -63,20 +63,8 @@

<dependencies>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.8.0</version>
<exclusions>
<exclusion> <!-- Note that json-smart *also* bundles ASM 5 inline, which we cannot do anything about. Bad form! -->
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 35420b9

Please sign in to comment.