From bc7cc73d52261b57445c3462bdbd784eb70ae011 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 22 三月 2023 15:21:22 +0800 Subject: [PATCH] 修复可空时间参数的校验 #784 --- pom.xml | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7b5306e..a675c6f 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-tomcat</artifactId> + <artifactId>spring-boot-starter-jetty</artifactId> </exclusion> </exclusions> </dependency> @@ -216,8 +216,6 @@ <version>4.10.0</version> </dependency> - - <!-- okhttp-digest --> <dependency> <groupId>io.github.rburgst</groupId> @@ -226,10 +224,17 @@ </dependency> <!-- https://mvnrepository.com/artifact/net.sf.kxml/kxml2 --> +<!-- <dependency>--> +<!-- <groupId>net.sf.kxml</groupId>--> +<!-- <artifactId>kxml2</artifactId>--> +<!-- <version>2.3.0</version>--> +<!-- </dependency>--> + + <!-- jwt瀹炵幇 --> <dependency> - <groupId>net.sf.kxml</groupId> - <artifactId>kxml2</artifactId> - <version>2.3.0</version> + <groupId>org.bitbucket.b_c</groupId> + <artifactId>jose4j</artifactId> + <version>0.9.3</version> </dependency> <!--鍙嶅悜浠g悊--> -- Gitblit v1.8.0