Skip to content

Commit

Permalink
fix groupid in exclusion of gson
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed May 3, 2024
1 parent 284b25b commit ca3feb5
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 ca3feb5

Please sign in to comment.