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

33 lines
1015 B
XML
Raw Normal View History

2020-10-21 13:12:54 +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>
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1</version>
2020-11-05 16:54:43 +08:00
<relativePath>../mall-ebtp-cloud-parent</relativePath>
2020-10-21 13:12:54 +08:00
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
<version>0.0.1</version>
<name>mall-ebtp-cloud-mvc-starter</name>
2020-10-21 13:12:54 +08:00
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
2020-10-21 13:12:54 +08:00
</dependencies>
</project>