129 lines
4.2 KiB
XML
129 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>top.wms</groupId>
|
|
<artifactId>wms-admin</artifactId>
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>wms-common</artifactId>
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
<description>公共模块(存放公共工具类,公共配置等)</description>
|
|
<licenses>
|
|
<license>
|
|
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
|
<url>http://www.gnu.org/licenses/lgpl.html</url>
|
|
</license>
|
|
</licenses>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>me.ahoo.cosid</groupId>
|
|
<artifactId>cosid-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.ahoo.cosid</groupId>
|
|
<artifactId>cosid-spring-redis</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.dromara.sms4j</groupId>
|
|
<artifactId>sms4j-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.dromara.x-file-storage</groupId>
|
|
<artifactId>x-file-storage-spring</artifactId>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.amazonaws</groupId>
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
|
<version>1.12.780</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.mysql</groupId>
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-extension-crud-mp</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-auth-satoken</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-auth-justauth</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-cache-jetcache</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-extension-datapermission-mp</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-messaging-websocket</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-messaging-mail</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-captcha-graphic</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-captcha-behavior</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-security-limiter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-security-crypto</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-security-mask</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-security-password</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.continew</groupId>
|
|
<artifactId>continew-starter-json-jackson</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.netty</groupId>
|
|
<artifactId>netty-all</artifactId>
|
|
<version>4.1.100.Final</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|