RuoYi-Cloud/ruoyi-common/ruoyi-common-swagger/pom.xml

38 lines
1.1 KiB
XML
Raw Normal View History

2020-05-24 20:40:55 +08:00
<?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.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
2021-12-13 09:02:33 +08:00
<version>3.3.0</version>
2020-05-24 20:40:55 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-common-swagger</artifactId>
<description>
ruoyi-common-swagger系统接口
</description>
<properties>
</properties>
2020-05-24 20:40:55 +08:00
<dependencies>
2021-06-08 20:03:37 +08:00
2020-05-24 20:40:55 +08:00
<!-- SpringBoot Web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
2021-06-08 20:03:37 +08:00
2020-05-24 20:40:55 +08:00
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>${knife4j.version}</version>
2020-05-24 20:40:55 +08:00
</dependency>
2021-06-08 20:03:37 +08:00
2020-05-24 20:40:55 +08:00
</dependencies>
</project>