mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
feat:
1.搭建分布式事务框架 2.项目引入rocketmq实现集群广播
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -39,7 +39,6 @@
|
||||
<logstash-logback.version>7.2</logstash-logback.version>
|
||||
<minio.version>8.4.5</minio.version>
|
||||
<jaxb-api.version>2.3.1</jaxb-api.version>
|
||||
<mallchat-common.version>1.0-SNAPSHOT</mallchat-common.version>
|
||||
<lombok.version>1.18.10</lombok.version>
|
||||
<netty-all.version>4.1.76.Final</netty-all.version>
|
||||
<weixin-java-mp.version>4.4.0</weixin-java-mp.version>
|
||||
@@ -54,7 +53,17 @@
|
||||
<dependency>
|
||||
<groupId>com.abin.mallchat</groupId>
|
||||
<artifactId>mallchat-common</artifactId>
|
||||
<version>${mallchat-common.version}</version>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.abin.mallchat</groupId>
|
||||
<artifactId>mallchat-common-starter</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.abin.mallchat</groupId>
|
||||
<artifactId>mallchat-transaction</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
|
||||
Reference in New Issue
Block a user