湖州项目后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

71 lines
2.2 KiB

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.easy.admin</groupId>
<artifactId>easy-vben</artifactId>
<version>1.1.0</version>
</parent>
<artifactId>easy-sys</artifactId>
<packaging>jar</packaging>
<description>系统相关功能</description>
<dependencies>
<!-- str:common -->
<dependency>
<groupId>com.easy.admin</groupId>
<artifactId>easy-core</artifactId>
</dependency>
<dependency>
<groupId>com.easy.admin</groupId>
<artifactId>easy-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.easy.admin</groupId>
<artifactId>easy-redis</artifactId>
</dependency>
<dependency>
<groupId>com.easy.admin</groupId>
<artifactId>easy-swagger</artifactId>
</dependency>
<dependency>
<groupId>com.easy.admin</groupId>
<artifactId>easy-file</artifactId>
</dependency>
<!-- end:common -->
<!--shiro-->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</build>
</project>