Skip to content

Commit

Permalink
Merge pull request #1694 from jenkinsci/json-path-api
Browse files Browse the repository at this point in the history
[JENKINS-72493] Use json-path-api plugin
  • Loading branch information
uhafner committed Feb 28, 2024
2 parents 04376e7 + e88c719 commit 1254b64
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<!-- Test Library Dependencies Versions -->
<xmlunit.version>2.9.1</xmlunit.version>
<jsoup.version>1.17.2</jsoup.version>
<json-smart.version>2.5.0</json-smart.version>
<jmh.version>1.37</jmh.version>
<testcontainers.version>1.19.6</testcontainers.version>

Expand Down Expand Up @@ -81,17 +80,6 @@
<artifactId>eclipse-collections</artifactId>
<version>${eclipse-collections.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
Expand Down Expand Up @@ -178,6 +166,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
</dependency>

<!-- AxivionSuite Dependencies -->
<dependency>
Expand Down

0 comments on commit 1254b64

Please sign in to comment.