File tree 2 files changed +1
-29
lines changed
2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 73
73
<vi .version>0.11.49</vi .version>
74
74
<dal .version>2.4.50</dal .version>
75
75
<ucs .version>0.7.0</ucs .version>
76
- <artemis .version>1.9.21 </artemis .version>
76
+ <artemis .version>1.9.22 </artemis .version>
77
77
<caravan .version>1.19.30</caravan .version>
78
78
<velocity .version>1.7</velocity .version>
79
79
<lettuce .version>3.2.Final</lettuce .version>
Original file line number Diff line number Diff line change 177
177
<artifactId >okhttp</artifactId >
178
178
</dependency >
179
179
180
- <dependency >
181
- <groupId >io.grpc</groupId >
182
- <artifactId >grpc-core</artifactId >
183
- <version >${grpc.version} </version >
184
- <exclusions >
185
- <exclusion >
186
- <artifactId >error_prone_annotations</artifactId >
187
- <groupId >com.google.errorprone</groupId >
188
- </exclusion >
189
- </exclusions >
190
- </dependency >
191
-
192
180
<dependency >
193
181
<groupId >org.apache.dubbo</groupId >
194
182
<artifactId >dubbo</artifactId >
201
189
<version >3.6.0</version >
202
190
</dependency >
203
191
204
- <dependency >
205
- <groupId >io.grpc</groupId >
206
- <artifactId >grpc-core</artifactId >
207
- <version >1.40.1-ctrip.1</version >
208
- <exclusions >
209
- <exclusion >
210
- <artifactId >error_prone_annotations</artifactId >
211
- <groupId >com.google.errorprone</groupId >
212
- </exclusion >
213
- </exclusions >
214
- </dependency >
215
-
216
192
<!-- Email Service-->
217
193
<dependency >
218
194
<groupId >com.ctrip.platform.basesystem.emailservice.v1</groupId >
219
195
<artifactId >emailservice</artifactId >
220
196
<version >1.3.12</version >
221
197
<exclusions >
222
- <exclusion >
223
- <groupId >io.grpc</groupId >
224
- <artifactId >grpc-core</artifactId >
225
- </exclusion >
226
198
<exclusion >
227
199
<artifactId >protobuf-java</artifactId >
228
200
<groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments