71 lines
2.3 KiB
XML
71 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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>org.xujun</groupId>
|
|
<artifactId>xtools-app-sys</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
<artifactId>xtools-app-sys-auth</artifactId>
|
|
|
|
<!-- 依赖 -->
|
|
<dependencies>
|
|
<!-- xtools begin -->
|
|
<!-- xtools-web 模块 -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-web</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-base -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-core</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-cache-redis -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-cache-redis</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-mask -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-mask</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-web-filter -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-web-filter</artifactId>
|
|
</dependency>
|
|
<!-- xtools end -->
|
|
|
|
<!-- 项目模块 begin -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-common-cache</artifactId>
|
|
</dependency>
|
|
<!-- 项目模块 end -->
|
|
|
|
<!-- spring begin -->
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
</dependency>
|
|
<!-- spring end -->
|
|
|
|
<!-- fastjson2 -->
|
|
<dependency>
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
<artifactId>fastjson2</artifactId>
|
|
</dependency>
|
|
|
|
<!-- servlet-api -->
|
|
<dependency>
|
|
<groupId>jakarta.servlet</groupId>
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |