From e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 03 六月 2019 15:55:41 +0800
Subject: [PATCH] 请求时间和返回时间 格式修复

---
 java110-common/pom.xml |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/java110-common/pom.xml b/java110-common/pom.xml
index 238efde..c4de1c7 100644
--- a/java110-common/pom.xml
+++ b/java110-common/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>java110-common</artifactId>
     <packaging>jar</packaging>
 
-    <name>common</name>
+    <name>java110-common</name>
     <url>http://maven.apache.org</url>
 
     <properties>
@@ -26,6 +26,11 @@
             <artifactId>java110-bean</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.java110</groupId>
+            <artifactId>java110-config</artifactId>
+        </dependency>
+        <!--
         <dependency>
             <groupId>org.apache.axis</groupId>
             <artifactId>axis</artifactId>
@@ -43,11 +48,14 @@
             <groupId>wsdl4j</groupId>
             <artifactId>wsdl4j</artifactId>
         </dependency>
+        -->
 
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </dependency>
+
+
 
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -103,7 +111,16 @@
         <dependency>
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
-            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework.kafka</groupId>
+            <artifactId>spring-kafka</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>com.auth0</groupId>
+            <artifactId>java-jwt</artifactId>
         </dependency>
 
         <dependency>

--
Gitblit v1.8.0