2021-01-13 15:47:17 +00:00
|
|
|
<?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>cn.stylefeng.roses</groupId>
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>kernel-d-security</artifactId>
|
2021-11-25 01:57:50 +00:00
|
|
|
<version>7.1.6</version>
|
2021-02-19 10:53:16 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2021-01-13 15:47:17 +00:00
|
|
|
</parent>
|
|
|
|
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>security-api</artifactId>
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
2021-01-13 15:47:17 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
2021-02-19 10:53:16 +00:00
|
|
|
<!--config模块的api-->
|
2021-01-13 15:47:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-02-19 10:53:16 +00:00
|
|
|
<artifactId>config-api</artifactId>
|
2021-06-05 04:07:45 +00:00
|
|
|
<version>${roses.version}</version>
|
2021-01-13 15:47:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
2021-05-31 08:07:34 +00:00
|
|
|
<!--资源api模块-->
|
|
|
|
<!--用在资源控制器,资源扫描上-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>scanner-api</artifactId>
|
2021-06-05 04:07:45 +00:00
|
|
|
<version>${roses.version}</version>
|
2021-05-31 08:07:34 +00:00
|
|
|
</dependency>
|
|
|
|
|
2021-01-13 15:47:17 +00:00
|
|
|
</dependencies>
|
2021-02-19 10:53:16 +00:00
|
|
|
|
2021-01-13 15:47:17 +00:00
|
|
|
</project>
|