From 516c68123718cc1585164f04c0d943acf1d76a78 Mon Sep 17 00:00:00 2001 From: 1821349743@qq.com <1821349743@qq.com> Date: 星期一, 10 四月 2023 17:28:30 +0800 Subject: [PATCH] update lib --- pom.xml | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3d2259c..a7107f7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ <?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> @@ -13,7 +14,7 @@ <name>product-server</name> <description>product-server</description> <modules> - + <module>product-server-web</module> </modules> <properties> <skipTests>true</skipTests> @@ -38,8 +39,6 @@ <twelvemonkeys.version>3.4.1</twelvemonkeys.version> <poi.version>3.16</poi.version> <pinyin4j.version>2.5.1</pinyin4j.version> - <mybatis.version>3.4.6</mybatis.version> - <mybatis-spring.version>1.3.2</mybatis-spring.version> <commons-fileupload.version>1.3.3</commons-fileupload.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.version>2.0.0-release</project.build.version> @@ -299,6 +298,11 @@ <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> <version>${twelvemonkeys.version}</version> + </dependency> + <dependency> + <groupId>io.jsonwebtoken</groupId> + <artifactId>jjwt</artifactId> + <version>0.9.1</version> </dependency> <!--绗笁鏂逛緷璧栵細end--> @@ -740,5 +744,9 @@ <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> </dependency> + <dependency> + <groupId>io.jsonwebtoken</groupId> + <artifactId>jjwt</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2