Skip to content

Commit

Permalink
Depends on gson-api instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Delaye authored and jonesbusy committed Dec 9, 2023
1 parent e79346d commit a63004c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2612.v3d6a_2128c0ef</version>
<version>2641.v88e707466454</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -88,6 +88,11 @@
<artifactId>configuration-as-code</artifactId>
<optional>true</optional>
</dependency>
<!-- Use gson api plugin rather than JGit LFS transitive dependency inclusion of gson -->
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<!-- Use mina api common plugin rather than JGit transitive dependency inclusion of Apache Mina sshd common -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
Expand Down Expand Up @@ -147,6 +152,12 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs</artifactId>
<version>${jgit.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down

0 comments on commit a63004c

Please sign in to comment.