2020-12-11 10:18:48 +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>
|
|
|
|
|
<artifactId>kernel-s-system</artifactId>
|
2022-08-26 10:03:12 +00:00
|
|
|
|
<version>7.2.5</version>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>system-api</artifactId>
|
|
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
2022-03-31 13:53:44 +00:00
|
|
|
|
<!--数据拓展的api-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
|
<artifactId>expand-api</artifactId>
|
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<!--参数校验模块的api-->
|
2020-12-11 10:18:48 +00:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<artifactId>validator-api</artifactId>
|
2021-05-26 12:33:32 +00:00
|
|
|
|
<version>${roses.version}</version>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
</dependency>
|
2021-09-24 09:40:45 +00:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
|
<artifactId>validator-api-table-unique</artifactId>
|
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
|
</dependency>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<!--config模块的api-->
|
2020-12-11 10:18:48 +00:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<artifactId>config-api</artifactId>
|
2021-05-26 12:33:32 +00:00
|
|
|
|
<version>${roses.version}</version>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<!--资源扫描器的api-->
|
|
|
|
|
<!--ResourceServiceApi需要用scanner-api的ResourceDefinition相关类-->
|
2020-12-11 10:18:48 +00:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-02-08 09:23:55 +00:00
|
|
|
|
<artifactId>scanner-api</artifactId>
|
2021-05-26 12:33:32 +00:00
|
|
|
|
<version>${roses.version}</version>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--auth模块的api-->
|
|
|
|
|
<!--需要用到LoginUser这个类,所以要引用一下auth-api-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
|
<artifactId>auth-api</artifactId>
|
2021-05-26 12:33:32 +00:00
|
|
|
|
<version>${roses.version}</version>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2021-05-26 10:42:43 +00:00
|
|
|
|
<!--字典的api-->
|
|
|
|
|
<!--多语言类型,存在于字典表-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
|
<artifactId>dict-api</artifactId>
|
2021-05-26 12:33:32 +00:00
|
|
|
|
<version>${roses.version}</version>
|
2021-05-26 10:42:43 +00:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2020-12-11 10:18:48 +00:00
|
|
|
|
<!--web-->
|
|
|
|
|
<!--ResourcePersistenceApi会用到web,用在提供feign接口时-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
2021-01-09 09:35:28 +00:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</dependency>
|
2020-12-11 10:18:48 +00:00
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|