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.
1 parent 570a162 commit 4fe04ffCopy full SHA for 4fe04ff
google-api-client-appengine/pom.xml
@@ -103,6 +103,7 @@
103
<dependency>
104
<groupId>com.google.http-client</groupId>
105
<artifactId>google-http-client-gson</artifactId>
106
+ <scope>test</scope>
107
</dependency>
108
109
<groupId>com.google.oauth-client</groupId>
pom.xml
@@ -332,7 +332,7 @@
332
<plugin>
333
<groupId>org.apache.maven.plugins</groupId>
334
<artifactId>maven-dependency-plugin</artifactId>
335
- <version>3.1.2</version>
+ <version>3.3.0</version>
336
</plugin>
337
</plugins>
338
</pluginManagement>
0 commit comments