From 924ea7da2c1284b8bf8bcf118194d8730c95c570 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 01 Feb 2018 15:11:08 +0800 Subject: [PATCH] 安全模块 --- pom.xml | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 7c20374..ff391f1 100644 --- a/pom.xml +++ b/pom.xml @@ -156,19 +156,12 @@ <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>3.6</version> + <groupId>io.jsonwebtoken</groupId> + <artifactId>jjwt</artifactId> + <version>0.9.0</version> </dependency> - - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - </dependency> - </dependencies> + </dependencies> <build> <finalName>screen_api_v2</finalName> -- Gitblit v1.8.0