Skip to content

Commit

Permalink
Merge pull request #541 from loicmathieu/fix/logging-grpc-lib
Browse files Browse the repository at this point in the history
Use the custom gRPC support in the logging extension
  • Loading branch information
loicmathieu authored Dec 11, 2023
2 parents 91d7d07 + 95815d4 commit b73602a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions logging/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@
<artifactId>quarkus-google-cloud-common</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<groupId>io.quarkiverse.googlecloudservices</groupId>
<artifactId>quarkus-google-cloud-common-grpc</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -51,6 +47,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc-common</artifactId>
</dependency>

<!-- Tests -->
<dependency>
Expand Down

0 comments on commit b73602a

Please sign in to comment.