Skip to content

Commit

Permalink
correct code style
Browse files Browse the repository at this point in the history
  • Loading branch information
scwlkq committed Jan 28, 2024
1 parent 8db6190 commit 8ff7a48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

dependencies {
implementation project(":eventmesh-common")
implementation project(":eventmesh-sdks:eventmesh-sdk-java")
implementation project(":eventmesh-sdks:eventmesh-sdk-java:eventmesh-grpc-sdk-java")
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")

implementation "io.grpc:grpc-core"
Expand All @@ -34,4 +34,4 @@ dependencies {

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
}
}

0 comments on commit 8ff7a48

Please sign in to comment.