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

28 lines
1.0 KiB
XML
Raw Normal View History

2024-02-20 13:17:10 +08:00
<?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>
2024-03-21 20:16:03 +08:00
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
2024-02-20 13:17:10 +08:00
</dependencies>
</project>