fix:修复最后几个schema的问题
This commit is contained in:
21
pom.xml
21
pom.xml
@@ -31,7 +31,7 @@
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<jjwt-version>0.9.1</jjwt-version>
|
||||
<google-api-client-version>1.27.0</google-api-client-version>
|
||||
<jackson-databind-version>[2.9.9.1,)</jackson-databind-version>
|
||||
<jackson-databind-version>2.18.1</jackson-databind-version>
|
||||
<jackson-datatype-threetenbp-version>2.8.4</jackson-datatype-threetenbp-version>
|
||||
<jakarta.annotation-version>3.0.0</jakarta.annotation-version>
|
||||
<commons-lang3-version>3.18.0</commons-lang3-version>
|
||||
@@ -218,23 +218,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!-- Repositories -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-releases</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!-- Plugin Repositories -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-releases</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user