From d9b2c4b780340d2d2e8ca1a328034f19092fcddb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 10 七月 2019 17:57:08 +0800
Subject: [PATCH] 提交breadcrumb功能
---
java110-common/pom.xml | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/java110-common/pom.xml b/java110-common/pom.xml
index c69d693..8974e59 100644
--- a/java110-common/pom.xml
+++ b/java110-common/pom.xml
@@ -30,7 +30,7 @@
<groupId>com.java110</groupId>
<artifactId>java110-config</artifactId>
</dependency>
-
+ <!--
<dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId>
@@ -48,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>
@@ -62,6 +65,11 @@
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
@@ -111,6 +119,16 @@
</dependency>
<dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.auth0</groupId>
+ <artifactId>java-jwt</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
--
Gitblit v1.8.0