refactored out private module of JobServServer into its own module. got ssl code building
This commit is contained in:
parent
c855151af8
commit
f45a96c1e0
3 changed files with 79 additions and 65 deletions
|
|
@ -41,7 +41,7 @@ dependencies {
|
|||
compile 'org.glassfish:javax.annotation:10.0-b28'
|
||||
|
||||
// grpc stuff
|
||||
compile "io.grpc:grpc-netty-shaded:${grpcVersion}"
|
||||
compile "io.grpc:grpc-netty:${grpcVersion}"
|
||||
compile "io.grpc:grpc-protobuf:${grpcVersion}"
|
||||
compile "io.grpc:grpc-stub:${grpcVersion}"
|
||||
compile 'io.netty:netty-tcnative-boringssl-static:2.0.22.Final'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue