Files

83 lines
2.8 KiB
XML
Raw Permalink Normal View History

2020-10-19 15:37:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
2021-09-10 10:17:09 +08:00
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
2020-10-19 14:33:57 +08:00
2021-09-10 10:17:09 +08:00
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
</parent>
2021-09-10 10:17:09 +08:00
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
<packaging>pom</packaging>
<name>mall-ebtp-cloud-parent</name>
2022-07-05 16:03:47 +08:00
<properties>
2025-04-01 09:49:16 +08:00
<tomcat.version>9.0.64</tomcat.version>
2022-07-05 16:03:47 +08:00
</properties>
2021-09-10 10:17:09 +08:00
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-jpa-starter</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-kafka-starter</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
</dependency>
<dependency>
<groupId>com.chinaunicom.mall.ebtp</groupId>
<artifactId>uboot-common</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
</dependency>
<dependency>
<groupId>com.chinaunicom.mall.ebtp</groupId>
<artifactId>uboot-core</artifactId>
2025-04-01 09:49:16 +08:00
<version>2.4.1-zyhy-SNAPSHOT</version>
2021-09-10 10:17:09 +08:00
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<repositories>
<repository>
<id>aliyun-repos</id>
<url>https://maven.aliyun.com/repository/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
2020-10-19 14:33:57 +08:00
</project>