62 lines
1.8 KiB
XML
62 lines
1.8 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">
|
|
<parent>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february-common</artifactId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>february-common-datascope</artifactId>
|
|
<version>3.6.3</version>
|
|
<description>
|
|
february-common-datascope权限范围
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
<!-- RuoYi Common Security -->
|
|
<dependency>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february-common-security</artifactId>
|
|
<version>3.6.3</version>
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
<repositories>
|
|
<repository>
|
|
<id>public</id>
|
|
<name>aliyun nexus</name>
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>public</id>
|
|
<name>aliyun nexus</name>
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<!-- 上传路径 -->
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>maven-releases</id>
|
|
<name>maven-releases</name>
|
|
<url>http://10.100.1.6:8081/repository/maven-releases/</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
</project>
|