Skip to content

Commit

Permalink
Merge pull request #459 from jenkinsci/fix-exclusion
Browse files Browse the repository at this point in the history
fix groupId in exclusion of gson
  • Loading branch information
jtnord authored May 3, 2024
2 parents 284b25b + ca3feb5 commit 7dcd6a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@
<artifactId>google-oauth-client</artifactId>
<version>${com.google.oauth-client.version}</version>
<exclusions>
<exclusion>
<!-- via gson-api plugin -->
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -172,11 +177,6 @@
<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>
Expand Down

0 comments on commit 7dcd6a3

Please sign in to comment.