Skip to content

Commit

Permalink
[Issue apache#417] Fix javax.annotation.generated issue in JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrongluo committed Feb 17, 2022
1 parent 48ab8d3 commit 29e8c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ subprojects {
dependency "io.grpc:grpc-stub:1.15.0"
dependency "io.grpc:grpc-netty:1.15.0"
dependency "io.grpc:grpc-netty-shaded:1.15.0"
dependency "javax.annotation:javax.annotation-api:1.3.2"
}
}
}
1 change: 1 addition & 0 deletions eventmesh-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {

implementation "io.grpc:grpc-protobuf:1.15.0"
implementation "io.grpc:grpc-stub:1.15.0"
implementation "javax.annotation:javax.annotation-api:1.3.2"

implementation "com.github.stefanbirkner:system-rules"

Expand Down

0 comments on commit 29e8c19

Please sign in to comment.