2018-12-08 14:59:26 +08:00
|
|
|
<?xml version="1.0"?>
|
2018-12-22 22:59:39 +08:00
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2018-12-08 14:59:26 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2019-08-17 21:16:32 +08:00
|
|
|
|
2018-12-08 14:59:26 +08:00
|
|
|
<artifactId>zyplayer-doc-core</artifactId>
|
2018-12-22 22:59:39 +08:00
|
|
|
|
2021-11-17 22:31:46 +08:00
|
|
|
<parent>
|
|
|
|
|
<groupId>com.zyplayer</groupId>
|
|
|
|
|
<artifactId>zyplayer-doc</artifactId>
|
2022-11-01 22:50:57 +08:00
|
|
|
<version>1.1.1</version>
|
2021-11-17 22:31:46 +08:00
|
|
|
</parent>
|
2018-12-22 22:59:39 +08:00
|
|
|
|
2018-12-08 14:59:26 +08:00
|
|
|
<dependencies>
|
2019-02-27 00:04:45 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
</dependency>
|
2019-09-28 10:20:20 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
2021-06-08 23:04:15 +08:00
|
|
|
<artifactId>hutool-all</artifactId>
|
2019-09-28 10:20:20 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2022-12-07 20:21:18 +08:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2019-06-14 20:46:53 +08:00
|
|
|
</dependency>
|
2020-06-26 11:23:26 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
2021-11-17 22:31:46 +08:00
|
|
|
<artifactId>mybatis-plus-core</artifactId>
|
2020-06-26 11:23:26 +08:00
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2018-12-08 14:59:26 +08:00
|
|
|
</project>
|