Skip to content

Commit

Permalink
replace gson library with gson-api plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed May 2, 2024
1 parent fa446a7 commit 17e73a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,21 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</exclusion>
<exclusion>
<!-- via gson-api plugin -->
<groupId>om.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
Expand Down

0 comments on commit 17e73a4

Please sign in to comment.