Skip to content

Commit

Permalink
Update dependencies required for integration tests (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoffee-google authored and lesv committed Jul 6, 2017
1 parent 3779d1d commit ead4ce1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
5 changes: 5 additions & 0 deletions language/analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ limitations under the License.
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion language/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<version>20.0</version>
</dependency>

<!-- FIXME: remove after client fixes depenency issue -->
<!-- FIXME: remove after client fixes dependency issue -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions monitoring/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions pubsub/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions storage/storage-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
<artifactId>google-api-services-storagetransfer</artifactId>
<version>v1-rev20-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions vision/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
<!-- [END dependencies] -->

<!-- Test dependencies -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit ead4ce1

Please sign in to comment.