dependencies { implementation project(':conductor-common') implementation project(':conductor-core') implementation project(':conductor-grpc') compileOnly 'org.springframework.boot:spring-boot-starter' implementation "io.grpc:grpc-netty:${revGrpc}" implementation "io.grpc:grpc-services:${revGrpc}" implementation "io.grpc:grpc-protobuf:${revGrpc}" implementation "com.google.guava:guava:${revGuava}" implementation "org.apache.commons:commons-lang3" implementation "com.fasterxml.jackson.core:jackson-databind" implementation "com.fasterxml.jackson.core:jackson-core" implementation "com.fasterxml.jackson.core:jackson-annotations" testImplementation "io.grpc:grpc-testing:${revGrpc}" testImplementation "io.grpc:grpc-protobuf:${revGrpc}" testImplementation "org.testinfected.hamcrest-matchers:all-matchers:${revHamcrestAllMatchers}" }