Skip to content

Commit ead4ce1

Browse files
tcoffee-googlelesv
authored andcommitted
Update dependencies required for integration tests (#741)
1 parent 3779d1d commit ead4ce1

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

language/analysis/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ limitations under the License.
4949
</dependency>
5050

5151
<!-- Test Dependencies -->
52+
<dependency>
53+
<groupId>com.google.auth</groupId>
54+
<artifactId>google-auth-library-oauth2-http</artifactId>
55+
<version>0.6.0</version>
56+
</dependency>
5257
<dependency>
5358
<groupId>junit</groupId>
5459
<artifactId>junit</artifactId>

language/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<version>20.0</version>
4646
</dependency>
4747

48-
<!-- FIXME: remove after client fixes depenency issue -->
48+
<!-- FIXME: remove after client fixes dependency issue -->
4949
<dependency>
5050
<groupId>com.google.auth</groupId>
5151
<artifactId>google-auth-library-oauth2-http</artifactId>

monitoring/cloud-client/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
</dependency>
4242

4343
<!-- Test dependencies -->
44+
<dependency>
45+
<groupId>com.google.guava</groupId>
46+
<artifactId>guava</artifactId>
47+
<version>20.0</version>
48+
</dependency>
49+
<dependency>
50+
<groupId>com.google.auth</groupId>
51+
<artifactId>google-auth-library-oauth2-http</artifactId>
52+
<version>0.6.0</version>
53+
</dependency>
4454
<dependency>
4555
<groupId>junit</groupId>
4656
<artifactId>junit</artifactId>

pubsub/cloud-client/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
</dependency>
4343

4444
<!-- Test dependencies -->
45+
<dependency>
46+
<groupId>com.google.guava</groupId>
47+
<artifactId>guava</artifactId>
48+
<version>20.0</version>
49+
</dependency>
50+
<dependency>
51+
<groupId>com.google.auth</groupId>
52+
<artifactId>google-auth-library-oauth2-http</artifactId>
53+
<version>0.6.0</version>
54+
</dependency>
4555
<dependency>
4656
<groupId>junit</groupId>
4757
<artifactId>junit</artifactId>

storage/storage-transfer/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
<artifactId>google-api-services-storagetransfer</artifactId>
4444
<version>v1-rev20-1.22.0</version>
4545
<exclusions>
46-
<exclusion> <!-- exclude an old version of Guava -->
47-
<groupId>com.google.guava</groupId>
48-
<artifactId>guava-jdk5</artifactId>
49-
</exclusion>
5046
</exclusions>
5147
</dependency>
5248
<dependency>

vision/cloud-client/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
<!-- [END dependencies] -->
4444

4545
<!-- Test dependencies -->
46+
<dependency>
47+
<groupId>com.google.auth</groupId>
48+
<artifactId>google-auth-library-oauth2-http</artifactId>
49+
<version>0.6.0</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>com.google.guava</groupId>
53+
<artifactId>guava</artifactId>
54+
<version>20.0</version>
55+
</dependency>
4656
<dependency>
4757
<groupId>junit</groupId>
4858
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)