Skip to content

Commit

Permalink
updated grpc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uweschaefer committed Feb 3, 2021
1 parent 9409f0c commit e7644a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions factcast-bom/pom.xml
Expand Up @@ -130,48 +130,6 @@
<artifactId>jackson-dataformat-msgpack</artifactId>
<version>0.8.21</version>
</dependency>
<!--
temporary work around a dependency bug in
https://github.com/yidongnan/grpc-spring-boot-starter/issues/466
-->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf-lite</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.31.1</version>
</dependency>
<!-- ^ will be removed again in the next release version -->
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion factcast-internal-dep/pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>factcast-internal-dep</artifactId>
<packaging>pom</packaging>
<properties>
<grpc.version>1.33.1</grpc.version>
<grpc.version>1.31.1</grpc.version>
<slf4j-api.version>1.7.30</slf4j-api.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
Expand Down

0 comments on commit e7644a0

Please sign in to comment.