ah_jjzhgd_service/securitycontrol-api/securitycontrol-api-system/pom.xml

24 lines
859 B
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">
<parent>
<groupId>com.securitycontrol</groupId>
<artifactId>securitycontrol-api</artifactId>
<version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>securitycontrol-api-system系统接口模块
</description>
<artifactId>securitycontrol-api-system</artifactId>
<dependencies>
<!-- Videosecuritycontrol Common Core-->
<dependency>
<groupId>com.securitycontrol</groupId>
<artifactId>securitycontrol-commons-core</artifactId>
</dependency>
</dependencies>
</project>