101 lines
2.8 KiB
XML
101 lines
2.8 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.pusong</groupId>
|
||
|
<artifactId>pusong-modules</artifactId>
|
||
|
<version>${revision}</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>pusong-system</artifactId>
|
||
|
|
||
|
<description>
|
||
|
system系统模块
|
||
|
</description>
|
||
|
|
||
|
<dependencies>
|
||
|
<!-- 通用工具-->
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-core</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-doc</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-mybatis</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-translation</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- OSS功能模块 -->
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-oss</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-log</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- excel-->
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-excel</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- SMS功能模块 -->
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-sms</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-tenant</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-security</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-web</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-idempotent</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-sensitive</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-encrypt</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.pusong</groupId>
|
||
|
<artifactId>pusong-common-websocket</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|