28 lines
1.0 KiB
XML
28 lines
1.0 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">
|
|
<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>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
<!-- <artifactId>spring-boot-starter-data-mongodb</artifactId>-->
|
|
<!-- </dependency>-->
|
|
</dependencies>
|
|
</project> |