update io.springfox:springfox-swagger-ui 2.6.1 to 2.10.0

This commit is contained in:
claire9910 2022-10-12 18:41:42 +08:00
parent 2f5002f673
commit 6fdfffeb84

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <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">
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> <modelVersion>4.0.0</modelVersion>
<groupId>com.java2nb</groupId> <groupId>com.java2nb</groupId>
@ -168,7 +167,7 @@
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId> <artifactId>springfox-swagger-ui</artifactId>
<version>2.6.1</version> <version>2.10.0</version>
</dependency> </dependency>
<!-- 添加redis支持--> <!-- 添加redis支持-->
@ -272,8 +271,7 @@
<include name="*.*"/> <include name="*.*"/>
</fileset> </fileset>
</copy> </copy>
<copy file="${project.build.directory}/${project.artifactId}-${project.version}.jar" <copy file="${project.build.directory}/${project.artifactId}-${project.version}.jar" tofile="${project.build.directory}/build/${project.artifactId}.jar"/>
tofile="${project.build.directory}/build/${project.artifactId}.jar"/>
<fixcrlf srcdir="${basedir}/src/main/build/scripts" eol="unix"/> <fixcrlf srcdir="${basedir}/src/main/build/scripts" eol="unix"/>
<copy todir="${project.build.directory}/build/bin"> <copy todir="${project.build.directory}/build/bin">
@ -283,8 +281,8 @@
<include name="*.bat"/> <include name="*.bat"/>
</fileset> </fileset>
</copy> </copy>
<zip destfile='${project.build.directory}/build/${project.artifactId}.zip'> <zip destfile="${project.build.directory}/build/${project.artifactId}.zip">
<zipfileset filemode="755" dir='${project.build.directory}/build/'/> <zipfileset filemode="755" dir="${project.build.directory}/build/"/>
</zip> </zip>
</tasks> </tasks>
</configuration> </configuration>
@ -305,4 +303,4 @@
<url>http://47.106.243.172:8081/nexus/content/repositories/snapshots/</url> <url>http://47.106.243.172:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement>--> </distributionManagement>-->
</project> </project>