Skip to content

Commit

Permalink
Merge pull request #33686 from Sgitario/26581
Browse files Browse the repository at this point in the history
Add quarkus-grpc dependency in Kubernetes Integration Test
  • Loading branch information
Sgitario authored May 30, 2023
2 parents 7987b28 + 31a03d6 commit 9963548
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions integration-tests/kubernetes/maven-invoker-way/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<artifactId>quarkus-container-image-jib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -183,6 +188,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit 9963548

Please sign in to comment.