Skip to content

Commit

Permalink
Merge pull request #456 from jtnord/replace-gson
Browse files Browse the repository at this point in the history
replace gson library with gson-api plugin
  • Loading branch information
jtnord committed May 2, 2024
2 parents d042ea2 + 17e73a4 commit 7ebc656
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 7ebc656

Please sign in to comment.