Skip to content

Instantly share code, notes, and snippets.

@xring
Created May 30, 2019 03:38
Show Gist options
  • Save xring/53cc67be6b693dad527aa7f0e0ab5f57 to your computer and use it in GitHub Desktop.
Save xring/53cc67be6b693dad527aa7f0e0ab5f57 to your computer and use it in GitHub Desktop.
<dependencies>
<dependency>
<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>api</artifactId>
<version>0.1.15</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.20.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.20.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.20.0</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment