Skip to content

Commit

Permalink
fix: Added javax.annotation-api for gRPC generated sources to compile…
Browse files Browse the repository at this point in the history
… on Java 8 onwards
  • Loading branch information
JigarJoshi committed Apr 20, 2022
1 parent 547b6dc commit 070ef27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
<artifactId>schema-generator-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- @Generated annotation for gRPC generated sources for Java8
onwards -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!-- test libraries -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 070ef27

Please sign in to comment.