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 5ca0f1b commit 50034e7Copy full SHA for 50034e7
google-http-client-test/pom.xml
@@ -59,6 +59,12 @@
59
<dependency>
60
<groupId>com.google.guava</groupId>
61
<artifactId>guava</artifactId>
62
+ <scope>provided</scope>
63
+ </dependency>
64
+ <dependency>
65
+ <groupId>com.google.guava</groupId>
66
+ <artifactId>guava</artifactId>
67
+ <scope>test</scope>
68
</dependency>
69
</dependencies>
70
0 commit comments