Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu authored Sep 21, 2017
1 parent 2e5dac3 commit cd6a3e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
5 changes: 0 additions & 5 deletions guice/v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<artifactId>google-cloud-trace</artifactId>
<version>${google-cloud-trace.version}</version>
</dependency>
<dependency>
<!-- replacement for excluded transitive dependency from com.google.api.grpc:grpc-google-devtools-cloudtrace-v1 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.4.0</grpc.version>
<grpc.version>1.6.1</grpc.version>
<netty-boringssl.version>2.0.5.Final</netty-boringssl.version>
<google-cloud-trace.version>0.22.0-alpha</google-cloud-trace.version>
<google-auth-library-credentials.version>0.7.1</google-auth-library-credentials.version>
<google-auth-library-oauth2-http.version>0.7.1</google-auth-library-oauth2-http.version>
<google-cloud-trace.version>0.24.0-alpha</google-cloud-trace.version>
<google-auth-library-credentials.version>0.8.0</google-auth-library-credentials.version>
<google-auth-library-oauth2-http.version>0.8.0</google-auth-library-oauth2-http.version>
</properties>

<modules>
Expand Down Expand Up @@ -71,11 +71,6 @@
<artifactId>google-cloud-trace</artifactId>
<version>${google-cloud-trace.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions sinks/v1/grpc-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@
<artifactId>google-auth-library-credentials</artifactId>
<version>${google-auth-library-credentials.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions sinks/v1/http-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
<artifactId>google-cloud-trace</artifactId>
<version>${google-cloud-trace.version}</version>
</dependency>
<dependency>
<!-- replacement for excluded transitive dependency from com.google.api.grpc:grpc-google-devtools-cloudtrace-v1 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions sinks/v1/sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<artifactId>google-cloud-trace</artifactId>
<version>${google-cloud-trace.version}</version>
</dependency>
<dependency>
<!-- replacement for excluded transitive dependency from com.google.api.grpc:grpc-google-devtools-cloudtrace-v1 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down

0 comments on commit cd6a3e5

Please sign in to comment.