Skip to content

Commit

Permalink
Merge pull request #4151 from xwm1992/openfunction-connector
Browse files Browse the repository at this point in the history
[ISSUE #4150]Fix ci compile error for JDK 11 in eventmesh-connector-openfunction
  • Loading branch information
wqliang authored Jun 25, 2023
2 parents 0d10698 + f807cc3 commit 257a786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencies {
api "com.fasterxml.jackson.core:jackson-databind"
api "com.fasterxml.jackson.core:jackson-core"
api "com.fasterxml.jackson.core:jackson-annotations"

implementation "javax.annotation:javax.annotation-api:1.3.2"

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.4.0)",
comments = "Source: callback-service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class CallbackServiceGrpc {

private CallbackServiceGrpc() {
Expand Down

0 comments on commit 257a786

Please sign in to comment.