From 912bb09b925da66515129beec98c207a199c3c52 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 05 Feb 2018 14:41:10 +0800
Subject: [PATCH] jwt_token_version 功能
---
pom.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index ff391f1..45eb35b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,12 @@
<artifactId>spring-security-oauth2</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-configuration-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
+
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
@@ -157,6 +163,16 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>3.6</version>
+ </dependency>
+ <dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.0</version>
--
Gitblit v1.8.0