refactored out private module of JobServServer into its own module. got ssl code building

This commit is contained in:
Aidan Hahn 2019-05-18 16:40:58 -07:00
parent c855151af8
commit f45a96c1e0
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 79 additions and 65 deletions

View file

@ -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'