2022-05-06 18:07:00 +08: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">
|
|
|
|
<parent>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common</artifactId>
|
2023-01-13 18:43:40 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
2022-05-06 18:07:00 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-doc</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
|
|
|
|
<description>
|
2023-01-18 20:23:11 +08:00
|
|
|
ruoyi-common-doc 系统接口
|
2022-05-06 18:07:00 +08:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-core</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-01-18 17:09:43 +08:00
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-01-18 17:09:43 +08:00
|
|
|
<groupId>com.github.therapi</groupId>
|
|
|
|
<artifactId>therapi-runtime-javadoc</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
</dependency>
|
2023-03-12 19:36:17 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
|
<artifactId>jackson-module-kotlin</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2022-05-06 18:07:00 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|