File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 83
83
<artifactId >grpc-alts</artifactId >
84
84
<scope >runtime</scope >
85
85
</dependency >
86
+ <!--
87
+ grpc-stub is needed directly by our tests and transitively by grpc-alts at runtime.
88
+ So it has to be declared as a direct dependency and to avoid overriding grpc-alts'
89
+ runtime requirement it has to be promoted to the runtime scope.
90
+ -->
91
+ <dependency >
92
+ <groupId >io.grpc</groupId >
93
+ <artifactId >grpc-stub</artifactId >
94
+ <scope >runtime</scope >
95
+ </dependency >
86
96
<dependency >
87
97
<groupId >io.grpc</groupId >
88
98
<artifactId >grpc-api</artifactId >
162
172
<artifactId >truth</artifactId >
163
173
<scope >test</scope >
164
174
</dependency >
165
- <dependency >
166
- <groupId >io.grpc</groupId >
167
- <artifactId >grpc-stub</artifactId >
168
- <scope >test</scope >
169
- </dependency >
170
175
<dependency >
171
176
<groupId >io.grpc</groupId >
172
177
<artifactId >grpc-testing</artifactId >
You can’t perform that action at this time.
0 commit comments