Skip to content

Commit

Permalink
examples: use the official error_details.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Jun 28, 2017
1 parent 4b94237 commit bbe4d7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 157 deletions.
1 change: 1 addition & 0 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repositories {
def grpcVersion = '1.5.0-SNAPSHOT' // CURRENT_GRPC_VERSION

dependencies {
compile "com.google.api.grpc:grpc-google-common-protos:0.1.12"
compile "io.grpc:grpc-netty:${grpcVersion}"
compile "io.grpc:grpc-protobuf:${grpcVersion}"
compile "io.grpc:grpc-stub:${grpcVersion}"
Expand Down
5 changes: 5 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<grpc.version>1.5.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>0.1.12</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
Expand Down
157 changes: 0 additions & 157 deletions examples/src/main/proto/error_details.proto

This file was deleted.

0 comments on commit bbe4d7e

Please sign in to comment.