36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<?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</artifactId>
|
|
<version>0.0.1</version>
|
|
</parent>
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
<artifactId>mall-ebtp-cloud-core</artifactId>
|
|
<version>0.0.1</version>
|
|
<name>mall-ebtp-cloud-core</name>
|
|
<url>http://maven.apache.org</url>
|
|
|
|
<properties>
|
|
<sdsi-mall-core-version>0.0.1</sdsi-mall-core-version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cn.chinaunicom.sdsi</groupId>
|
|
<artifactId>mall-core</artifactId>
|
|
<version>${sdsi-mall-core-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|