Skip to content

Commit ca3feb5

Browse files
committed
fix groupid in exclusion of gson
1 parent 284b25b commit ca3feb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
<artifactId>google-oauth-client</artifactId>
164164
<version>${com.google.oauth-client.version}</version>
165165
<exclusions>
166+
<exclusion>
167+
<!-- via gson-api plugin -->
168+
<groupId>com.google.code.gson</groupId>
169+
<artifactId>gson</artifactId>
170+
</exclusion>
166171
<!-- Provided by Jenkins core -->
167172
<exclusion>
168173
<groupId>com.google.guava</groupId>
@@ -172,11 +177,6 @@
172177
<groupId>com.google.http-client</groupId>
173178
<artifactId>google-http-client</artifactId>
174179
</exclusion>
175-
<exclusion>
176-
<!-- via gson-api plugin -->
177-
<groupId>om.google.code.gson</groupId>
178-
<artifactId>gson</artifactId>
179-
</exclusion>
180180
</exclusions>
181181
</dependency>
182182
<dependency>

0 commit comments

Comments
 (0)