Skip to content

Commit

Permalink
Merge pull request #10 from jonesbusy/feature/depends-on-gson-api
Browse files Browse the repository at this point in the history
Depends on gson-api instead and remove transitive dependency
  • Loading branch information
jonesbusy committed Dec 6, 2023
2 parents 9f1b9f0 + 3ea7c88 commit 29827d1
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 @@ -67,6 +67,11 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
<version>2.10.1-3.vb_25b_599b_e4f8</version>
</dependency>

<!-- Dependencies -->
<dependency>
Expand All @@ -78,6 +83,10 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-toml</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 29827d1

Please sign in to comment.