mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-06 04:09:14 +00:00
8
pom.xml
8
pom.xml
@@ -72,6 +72,8 @@
|
||||
<!-- Log4j2爆雷漏洞 -->
|
||||
<log4j2.version>2.17.0</log4j2.version>
|
||||
<logback.version>1.2.9</logback.version>
|
||||
<!-- seata -->
|
||||
<seata.version>1.5.2</seata.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@@ -159,6 +161,12 @@
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.seata</groupId>
|
||||
<artifactId>seata-spring-boot-starter</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- system 模块-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
|
Reference in New Issue
Block a user