You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.5 KiB
XML
48 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.flossom</groupId>
|
|
<artifactId>flossom-common</artifactId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>flossom-common-security</artifactId>
|
|
|
|
<description>
|
|
flossom-common-security安全模块
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Spring Web -->
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
</dependency>
|
|
|
|
<!-- flossom Api System -->
|
|
<dependency>
|
|
<groupId>com.flossom</groupId>
|
|
<artifactId>flossom-api-system</artifactId>
|
|
</dependency>
|
|
|
|
<!-- flossom Common Redis-->
|
|
<dependency>
|
|
<groupId>com.flossom</groupId>
|
|
<artifactId>flossom-common-redis</artifactId>
|
|
</dependency>
|
|
|
|
<!-- 数云SDK -->
|
|
<dependency>
|
|
<groupId>com.shuyun.open</groupId>
|
|
<artifactId>open-platform-sdk</artifactId>
|
|
<version>1.0.1</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/open-platform-sdk-1.0.1.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|