File tree 5 files changed +8
-3
lines changed
5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ tasks.named("jar").configure {
16
16
17
17
dependencies {
18
18
implementation project(' :grpc-util' ),
19
+ project(' :grpc-core' ),
19
20
project(' :grpc-protobuf' ),
20
21
project(' :grpc-stub' ),
21
22
libraries. auto. value. annotations,
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ dependencies {
26
26
api project(' :grpc-protobuf' ),
27
27
project(' :grpc-stub' ),
28
28
project(' :grpc-util' )
29
- implementation libraries. protobuf. java. util,
29
+ implementation project(' :grpc-core' ),
30
+ libraries. protobuf. java. util,
30
31
libraries. guava. jre // JRE required by protobuf-java-util
31
32
32
33
runtimeOnly libraries. errorprone. annotations,
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dependencies {
40
40
libraries. javax. annotation // java 9, 10 needs it
41
41
42
42
implementation project(' :grpc-util' ),
43
+ project(' :grpc-core' ),
43
44
libraries. guava
44
45
45
46
testImplementation ' javax.servlet:javax.servlet-api:4.0.1'
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ dependencies {
81
81
libraries. javax. annotation
82
82
83
83
implementation project(' :grpc-util' ),
84
+ project(' :grpc-core' ),
84
85
libraries. guava
85
86
86
87
itImplementation project(' :grpc-servlet-jakarta' ),
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ tasks.named("jar").configure {
16
16
}
17
17
18
18
dependencies {
19
- api project(' :grpc-core ' )
19
+ api project(' :grpc-api ' )
20
20
21
- implementation libraries. animalsniffer. annotations,
21
+ implementation project(' :grpc-core' ),
22
+ libraries. animalsniffer. annotations,
22
23
libraries. guava
23
24
testImplementation libraries. guava. testlib,
24
25
testFixtures(project(' :grpc-api' )),
You can’t perform that action at this time.
0 commit comments