Skip to content

Commit

Permalink
Use gjson-api plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Dec 9, 2023
1 parent b5f2bfd commit ce3eeb9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/trilead-api-plugin</gitHubRepo>
<jenkins.version>2.361</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
</properties>

Expand All @@ -73,8 +73,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.401.x</artifactId>
<version>2641.v88e707466454</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -85,6 +85,13 @@
<groupId>org.jenkins-ci</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build-217-jenkins-274.va_969b_d35f933</version>
<exclusions>
<!-- Provided by gson-api plugin -->
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand All @@ -97,5 +104,9 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit ce3eeb9

Please # to comment.