52 lines
1.5 KiB
XML
52 lines
1.5 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february-common</artifactId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>february-common-security</artifactId>
|
|
<version>3.6.3</version>
|
|
<description>
|
|
february-common-security安全模块
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Spring Web -->
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
</dependency>
|
|
|
|
|
|
<!-- RuoYi Common Redis-->
|
|
<dependency>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february-common-redis</artifactId>
|
|
<version>3.6.3</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february-system-common</artifactId>
|
|
<version>3.6.3</version>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
<!-- 上传路径 -->
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>maven-releases</id>
|
|
<name>maven-releases</name>
|
|
<url>http://10.100.1.5:8081/repository/maven-releases/</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
|
|
</project>
|