Skip to content

Commit bcb298d

Browse files
author
qifanwang
committed
update version
1 parent 4b93851 commit bcb298d

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<vi.version>0.11.49</vi.version>
7474
<dal.version>2.4.50</dal.version>
7575
<ucs.version>0.7.0</ucs.version>
76-
<artemis.version>1.9.21</artemis.version>
76+
<artemis.version>1.9.22</artemis.version>
7777
<caravan.version>1.19.30</caravan.version>
7878
<velocity.version>1.7</velocity.version>
7979
<lettuce.version>3.2.Final</lettuce.version>

services/ctrip-service/pom.xml

-28
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,6 @@
177177
<artifactId>okhttp</artifactId>
178178
</dependency>
179179

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-
192180
<dependency>
193181
<groupId>org.apache.dubbo</groupId>
194182
<artifactId>dubbo</artifactId>
@@ -201,28 +189,12 @@
201189
<version>3.6.0</version>
202190
</dependency>
203191

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-
216192
<!--Email Service-->
217193
<dependency>
218194
<groupId>com.ctrip.platform.basesystem.emailservice.v1</groupId>
219195
<artifactId>emailservice</artifactId>
220196
<version>1.3.12</version>
221197
<exclusions>
222-
<exclusion>
223-
<groupId>io.grpc</groupId>
224-
<artifactId>grpc-core</artifactId>
225-
</exclusion>
226198
<exclusion>
227199
<artifactId>protobuf-java</artifactId>
228200
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)