Skip to content

Commit

Permalink
fix: f
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Aug 8, 2024
1 parent 1972fe9 commit d0f839b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/common/protos-java-kt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ dependencies {
implementation "io.grpc:grpc-netty-shaded:$grpc_version"
implementation "io.grpc:grpc-protobuf:$grpc_version"
implementation "io.grpc:grpc-stub:$grpc_version"
implementation "io.grpc:grpc-java:$grpc_version"
implementation 'javax.annotation:javax.annotation-api:1.3.2'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+

}

Expand Down
2 changes: 2 additions & 0 deletions weaver/sdks/corda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ dependencies {
implementation "io.grpc:grpc-netty-shaded:$grpc_version"
implementation "io.grpc:grpc-stub:$grpc_version"
implementation "io.grpc:grpc-okhttp:$grpc_version"
implementation "io.grpc:grpc-protobuf:$grpc_version"
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
implementation "org.bouncycastle:$bcprov_name:$bcprov_version"
implementation group: 'org.json', name: 'json', version: '20190722'

Expand Down

0 comments on commit d0f839b

Please sign in to comment.