mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 13:03:42 +08:00
✨ Introducing new features. close #I51AG4 bom 统一 asm v7.1 避免seata 启动报错
This commit is contained in:
parent
84232b5725
commit
189cf31683
@ -29,6 +29,7 @@
|
||||
<mybatis-plus.version>3.5.1</mybatis-plus.version>
|
||||
<seata.version>1.4.2</seata.version>
|
||||
<excel.version>1.1.1</excel.version>
|
||||
<asm.version>7.1</asm.version>
|
||||
<oss.version>1.0.3</oss.version>
|
||||
<sms.version>2.0.2</sms.version>
|
||||
<jaxb.version>2.3.5</jaxb.version>
|
||||
@ -149,6 +150,11 @@
|
||||
<artifactId>seata-serializer-kryo</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>${asm.version}</version>
|
||||
</dependency>
|
||||
<!--orm 相关-->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user