38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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>
|
|
<parent>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-business</artifactId>
|
|
<version>3.8.7</version>
|
|
</parent>
|
|
|
|
<artifactId>zhwl-scenic</artifactId>
|
|
<description>景区基本信息模块</description>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-framework</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-coupon</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-payment</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zhwl</groupId>
|
|
<artifactId>zhwl-prepaid-card</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|