Skip to content

Commit 35420b9

Browse files
jonesbusyslide
authored andcommitted
Use json-path api plugin
Signed-off-by: Valentin Delaye <jonesbusy@gmail.com>
1 parent 57b938f commit 35420b9

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<changelist>999999-SNAPSHOT</changelist>
1313
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
14-
<jenkins.version>2.375.4</jenkins.version>
14+
<jenkins.version>2.401.3</jenkins.version>
1515
</properties>
1616

1717
<licenses>
@@ -53,8 +53,8 @@
5353
<dependencies>
5454
<dependency>
5555
<groupId>io.jenkins.tools.bom</groupId>
56-
<artifactId>bom-2.375.x</artifactId>
57-
<version>2198.v39c76fc308ca</version>
56+
<artifactId>bom-2.401.x</artifactId>
57+
<version>2643.vfa_93ff299d20</version>
5858
<scope>import</scope>
5959
<type>pom</type>
6060
</dependency>
@@ -63,20 +63,8 @@
6363

6464
<dependencies>
6565
<dependency>
66-
<groupId>com.jayway.jsonpath</groupId>
67-
<artifactId>json-path</artifactId>
68-
<version>2.8.0</version>
69-
<exclusions>
70-
<exclusion> <!-- Note that json-smart *also* bundles ASM 5 inline, which we cannot do anything about. Bad form! -->
71-
<groupId>org.ow2.asm</groupId>
72-
<artifactId>asm</artifactId>
73-
</exclusion>
74-
<!-- Provided by Jenkins core -->
75-
<exclusion>
76-
<groupId>org.slf4j</groupId>
77-
<artifactId>slf4j-api</artifactId>
78-
</exclusion>
79-
</exclusions>
66+
<groupId>io.jenkins.plugins</groupId>
67+
<artifactId>json-path-api</artifactId>
8068
</dependency>
8169
<dependency>
8270
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)