Files
mall-ebtp-cloud/mall-ebtp-cloud-seata-starter/pom.xml

31 lines
882 B
XML
Raw Normal View History

2020-11-02 16:08:00 +08:00
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
2020-11-02 16:08:00 +08:00
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
2020-11-05 16:54:43 +08:00
<relativePath>../mall-ebtp-cloud-parent</relativePath>
2020-11-02 16:08:00 +08:00
</parent>
2021-04-27 15:06:07 +08:00
2020-11-02 16:08:00 +08:00
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-seata-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
2020-11-02 16:08:00 +08:00
<name>mall-ebtp-cloud-seata-starter</name>
2020-11-02 16:08:00 +08:00
<properties>
<seata.version>1.3.0</seata.version>
</properties>
2020-11-02 16:08:00 +08:00
<dependencies>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
2020-11-02 16:08:00 +08:00
</dependency>
</dependencies>
</project>