cms/FcNetCMS/chestnut-cms/chestnut-cms-advertisement/pom.xml

29 lines
804 B
XML
Raw Normal View History

2023-12-24 10:26:58 +08:00
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.chestnut</groupId>
<artifactId>chestnut-cms</artifactId>
<version>1.3.21</version>
</parent>
<artifactId>chestnut-cms-advertisement</artifactId>
<description>广告模块</description>
<dependencies>
<!-- 数据统计 -->
<dependency>
<groupId>com.chestnut</groupId>
<artifactId>chestnut-stat</artifactId>
</dependency>
<!-- 内容核心 -->
<dependency>
<groupId>com.chestnut</groupId>
<artifactId>chestnut-cms-contentcore</artifactId>
</dependency>
</dependencies>
</project>