Skip to content

Commit

Permalink
Fix Test 28 for Java 11 + 17
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jan 10, 2022
1 parent 58d1c3d commit 2fc7c97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/it/TEST-28/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@
<artifactId>grpc-stub</artifactId>
<version>${grpcVersion}</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>1.3.5</version>
</dependency>
</dependencies>
</project>

0 comments on commit 2fc7c97

Please sign in to comment.