From db92570b75243bd23c5a7412f4b951ca12c382a9 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 01 Feb 2018 17:11:01 +0800
Subject: [PATCH] 设备模块代码恢复
---
pom.xml | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index b72016f..d733b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,22 @@
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
</dependency>
- </dependencies>
+ <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>
+ </dependency>
+ </dependencies>
<build>
<finalName>screen_api_v2</finalName>
--
Gitblit v1.8.0