44 wiersze
1.5 KiB
XML
44 wiersze
1.5 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>
|
||
|
<artifactId>ym-pass</artifactId>
|
||
|
<groupId>com.cnbm</groupId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>ym-admin</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
|
||
|
<properties>
|
||
|
<quartz.version>2.3.2</quartz.version>
|
||
|
<shiro.version>1.9.0</shiro.version>
|
||
|
<captcha.version>1.6.2</captcha.version>
|
||
|
<easypoi.version>4.1.0</easypoi.version>
|
||
|
<qiniu.version>7.2.27</qiniu.version>
|
||
|
<aliyun.oss.version>2.8.3</aliyun.oss.version>
|
||
|
<aliyun.core.version>3.2.2</aliyun.core.version>
|
||
|
<qcloud.cos.version>5.4.4</qcloud.cos.version>
|
||
|
</properties>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-security</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>io.jsonwebtoken</groupId>
|
||
|
<artifactId>jjwt</artifactId>
|
||
|
<version>0.9.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.cnbm</groupId>
|
||
|
<artifactId>ym-common</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|