Skip to content

Commit 5f249d7

Browse files
committed
move deps to test scoped
1 parent 25d24be commit 5f249d7

File tree

1 file changed

+11
-0
lines changed
  • google-http-client-apache-v5

1 file changed

+11
-0
lines changed

google-http-client-apache-v5/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@
9595
</exclusion>
9696
</exclusions>
9797
</dependency>
98+
<dependency>
99+
<groupId>com.google.oauth-client</groupId>
100+
<artifactId>google-oauth-client</artifactId>
101+
<version>1.36.0</version>
102+
<exclusions>
103+
<exclusion>
104+
<groupId>com.google.guava</groupId>
105+
<artifactId>guava</artifactId>
106+
</exclusion>
107+
</exclusions>
108+
</dependency>
98109
<dependency>
99110
<groupId>com.google.apis</groupId>
100111
<artifactId>google-api-services-cloudresourcemanager</artifactId>

0 commit comments

Comments
 (0)