We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 284b25b + ca3feb5 commit 7dcd6a3Copy full SHA for 7dcd6a3
pom.xml
@@ -163,6 +163,11 @@
163
<artifactId>google-oauth-client</artifactId>
164
<version>${com.google.oauth-client.version}</version>
165
<exclusions>
166
+ <exclusion>
167
+ <!-- via gson-api plugin -->
168
+ <groupId>com.google.code.gson</groupId>
169
+ <artifactId>gson</artifactId>
170
+ </exclusion>
171
<!-- Provided by Jenkins core -->
172
<exclusion>
173
<groupId>com.google.guava</groupId>
@@ -172,11 +177,6 @@
177
<groupId>com.google.http-client</groupId>
178
<artifactId>google-http-client</artifactId>
174
179
</exclusion>
175
- <exclusion>
176
- <!-- via gson-api plugin -->
- <groupId>om.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- </exclusion>
180
</exclusions>
181
</dependency>
182
<dependency>
0 commit comments