File tree 23 files changed +41
-14
lines changed
23 files changed +41
-14
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ plugins {
10
10
description = " gRPC: ALTS"
11
11
12
12
dependencies {
13
- api project(' :grpc-core ' )
13
+ api project(' :grpc-api ' )
14
14
implementation project(' :grpc-auth' ),
15
+ project(' :grpc-core' ),
15
16
project(' :grpc-grpclb' ),
16
17
project(' :grpc-protobuf' ),
17
18
project(' :grpc-stub' ),
@@ -27,6 +28,7 @@ dependencies {
27
28
28
29
testImplementation project(' :grpc-testing' ),
29
30
testFixtures(project(' :grpc-core' )),
31
+ project(' :grpc-inprocess' ),
30
32
project(' :grpc-testing-proto' ),
31
33
libraries. guava,
32
34
libraries. junit,
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ dependencies {
68
68
implementation ' com.google.android.gms:play-services-base:18.0.1'
69
69
70
70
implementation project(' :grpc-android' ),
71
+ project(' :grpc-core' ),
71
72
project(' :grpc-auth' ),
72
73
project(' :grpc-census' ),
73
74
project(' :grpc-okhttp' ),
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ repositories {
35
35
}
36
36
37
37
dependencies {
38
- api project(' :grpc-core' )
38
+ api project(' :grpc-api' )
39
+ implementation project(' :grpc-core' )
39
40
implementation libraries. guava
40
41
testImplementation project(' ::grpc-okhttp' )
41
42
testImplementation libraries. androidx. test. core
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ dependencies {
44
44
testFixturesImplementation libraries. guava,
45
45
libraries. junit,
46
46
libraries. mockito. core
47
+ testImplementation project(' :grpc-core' )
47
48
testImplementation project(' :grpc-testing' )
48
49
testImplementation libraries. guava. testlib
49
50
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
19
19
libraries. google. auth. credentials
20
20
implementation libraries. guava
21
21
testImplementation project(' :grpc-testing' ),
22
+ project(' :grpc-core' ),
22
23
libraries. google. auth. oauth2Http
23
24
signature libraries. signature. java
24
25
signature libraries. signature. android
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tasks.named("jar").configure {
26
26
27
27
dependencies {
28
28
implementation project(' :grpc-core' ),
29
+ project(' :grpc-inprocess' ),
29
30
project(' :grpc-netty' ),
30
31
project(' :grpc-okhttp' ),
31
32
project(' :grpc-stub' ),
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ repositories {
35
35
}
36
36
37
37
dependencies {
38
- api project(' :grpc-core ' )
38
+ api project(' :grpc-api ' )
39
39
40
+ implementation project(' :grpc-core' )
40
41
implementation libraries. androidx. annotation
41
42
implementation libraries. androidx. core
42
43
implementation libraries. androidx. lifecycle. common
@@ -51,6 +52,7 @@ dependencies {
51
52
testImplementation libraries. guava. testlib
52
53
testImplementation libraries. truth
53
54
testImplementation project(' :grpc-testing' )
55
+ testImplementation project(' :grpc-inprocess' )
54
56
testImplementation testFixtures(project(' :grpc-core' ))
55
57
56
58
androidTestAnnotationProcessor libraries. auto. value
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies {
33
33
libraries. truth,
34
34
project(' :grpc-testing' )
35
35
testImplementation testFixtures(project(' :grpc-api' )),
36
+ project(' :grpc-inprocess' ),
36
37
project(' :grpc-testing' )
37
38
testImplementation libraries. guava. testlib
38
39
Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- api project(' :grpc-core ' ),
46
+ api project(' :grpc-api ' ),
47
47
libraries. cronet. api
48
+ implementation project(' :grpc-core' )
48
49
implementation libraries. guava
49
50
testImplementation project(' :grpc-testing' )
50
51
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ dependencies {
39
39
runtimeOnly " io.grpc:grpc-netty-shaded:${ grpcVersion} "
40
40
41
41
testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
42
+ testImplementation " io.grpc:grpc-inprocess:${ grpcVersion} "
42
43
testImplementation " junit:junit:4.13.2"
43
44
testImplementation " org.mockito:mockito-core:4.4.0"
44
45
}
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ dependencies {
35
35
36
36
testImplementation ' junit:junit:4.13.2'
37
37
testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
38
+ testImplementation " io.grpc:grpc-inprocess:${ grpcVersion} "
38
39
}
39
40
40
41
protobuf {
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
38
38
runtimeOnly " io.grpc:grpc-netty-shaded:${ grpcVersion} "
39
39
40
40
testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
41
+ testImplementation " io.grpc:grpc-inprocess:${ grpcVersion} "
41
42
testImplementation " junit:junit:4.13.2"
42
43
testImplementation " org.mockito:mockito-core:4.4.0"
43
44
}
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
38
38
runtimeOnly " io.grpc:grpc-netty-shaded:${ grpcVersion} "
39
39
40
40
testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
41
+ testImplementation " io.grpc:grpc-inprocess:${ grpcVersion} "
41
42
testImplementation " junit:junit:4.13.2"
42
43
testImplementation " org.mockito:mockito-core:4.4.0"
43
44
}
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ tasks.named("jar").configure {
14
14
}
15
15
16
16
dependencies {
17
- api project(' :grpc-core ' )
17
+ api project(' :grpc-api ' )
18
18
19
+ implementation project(' :grpc-core' )
19
20
implementation libraries. guava
20
21
testImplementation project(' :grpc-testing' ),
21
22
testFixtures(project(' :grpc-core' ))
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
24
24
project(' :grpc-rls' ),
25
25
project(' :grpc-services' ),
26
26
project(' :grpc-testing' ),
27
+ project(' :grpc-protobuf-lite' ),
27
28
project(path : ' :grpc-xds' , configuration : ' shadow' ),
28
29
libraries. hdrhistogram,
29
30
libraries. truth,
@@ -49,6 +50,8 @@ dependencies {
49
50
project(' :grpc-rls' )
50
51
testImplementation testFixtures(project(' :grpc-api' )),
51
52
testFixtures(project(' :grpc-core' )),
53
+ project(' :grpc-inprocess' ),
54
+ project(' :grpc-core' ),
52
55
libraries. mockito. core,
53
56
libraries. okhttp
54
57
alpnagent libraries. jetty. alpn. agent
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ tasks.named("jar").configure {
20
20
}
21
21
22
22
dependencies {
23
- api project(' :grpc-core ' ),
23
+ api project(' :grpc-api ' ),
24
24
libraries. netty. codec. http2
25
- implementation libs. netty. handler. proxy,
25
+ implementation project(' :grpc-core' ),
26
+ libs. netty. handler. proxy,
26
27
libraries. guava,
27
28
libraries. errorprone. annotations,
28
29
libraries. perfmark. api,
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ tasks.named("jar").configure {
15
15
}
16
16
17
17
dependencies {
18
- api project(' :grpc-core ' )
18
+ api project(' :grpc-api ' )
19
19
implementation project(' :grpc-util' ),
20
+ project(' :grpc-core' ),
20
21
libraries. okio,
21
22
libraries. guava,
22
23
libraries. perfmark. api
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
exclude group : ' com.google.api' , module : ' api-common'
28
28
}
29
29
30
- api (project(' :grpc-protobuf-lite' )) {
30
+ implementation (project(' :grpc-protobuf-lite' )) {
31
31
exclude group : ' com.google.protobuf' , module : ' protobuf-javalite'
32
32
}
33
33
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
25
25
compileOnly libraries. javax. annotation
26
26
testImplementation libraries. truth,
27
27
project(' :grpc-grpclb' ),
28
+ project(' :grpc-inprocess' ),
28
29
project(' :grpc-testing' ),
29
30
project(' :grpc-testing-proto' ),
30
31
testFixtures(project(' :grpc-core' ))
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ tasks.named("jar").configure {
23
23
}
24
24
25
25
dependencies {
26
- api project(' :grpc-protobuf' ),
27
- project(' :grpc-stub' ),
28
- project(' :grpc-util' )
26
+ api project(' :grpc-stub' )
29
27
implementation project(' :grpc-core' ),
28
+ project(' :grpc-protobuf' ),
29
+ project(' :grpc-util' ),
30
30
libraries. protobuf. java. util,
31
31
libraries. guava. jre // JRE required by protobuf-java-util
32
32
@@ -35,6 +35,7 @@ dependencies {
35
35
libraries. gson // to fix checkUpperBoundDeps error here
36
36
compileOnly libraries. javax. annotation
37
37
testImplementation project(' :grpc-testing' ),
38
+ project(' :grpc-inprocess' ),
38
39
libraries. netty. transport. epoll, // for DomainSocketAddress
39
40
testFixtures(project(' :grpc-core' )),
40
41
testFixtures(project(' :grpc-api' ))
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
19
19
libraries. guava
20
20
implementation libraries. errorprone. annotations
21
21
testImplementation libraries. truth,
22
+ project(' :grpc-inprocess' ),
22
23
project(' :grpc-testing' ),
23
24
testFixtures(project(' :grpc-api' ))
24
25
signature libraries. signature. java
Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ plugins {
9
9
description = " gRPC: Testing"
10
10
11
11
dependencies {
12
- api project(' :grpc-inprocess' ),
13
- project(' :grpc-util' ),
12
+ api project(' :grpc-util' ),
14
13
project(' :grpc-stub' ),
15
14
libraries. junit
15
+ implementation project(' :grpc-inprocess' )
16
+ implementation project(' :grpc-core' )
16
17
// Only io.grpc.internal.testing.StatsTestUtils depends on opencensus_api, for internal use.
17
18
compileOnly libraries. opencensus. api
18
19
runtimeOnly project(" :grpc-api" ) // Pull in newer version than census-api
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
48
48
compileOnly sourceSets. thirdparty. output
49
49
implementation project(' :grpc-stub' ),
50
50
project(' :grpc-core' ),
51
+ project(' :grpc-util' ),
51
52
project(' :grpc-services' ),
52
53
project(' :grpc-auth' ),
53
54
project(path : ' :grpc-alts' , configuration : ' shadow' ),
@@ -58,6 +59,7 @@ dependencies {
58
59
def nettyDependency = implementation project(' :grpc-netty' )
59
60
60
61
testImplementation project(' :grpc-rls' )
62
+ testImplementation project(' :grpc-inprocess' )
61
63
testImplementation testFixtures(project(' :grpc-core' )),
62
64
testFixtures(project(' :grpc-api' )),
63
65
testFixtures(project(' :grpc-util' ))
You can’t perform that action at this time.
0 commit comments