Skip to content

Commit 40a2ff3

Browse files
zhxiaoggrobertroeser
authored andcommitted
core module should not depend on the protoc plugin module (#29)
* fix compilation error * the core module should no depend on protoc plugin module
1 parent 2d5e509 commit 40a2ff3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rsocket-rpc-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88
description = 'RSocket RPC Library'
99

1010
dependencies {
11-
implementation project (':rsocket-rpc-protobuf')
1211
implementation 'com.google.protobuf:protobuf-java'
1312

1413
api 'io.opentracing:opentracing-api'

0 commit comments

Comments
 (0)