From 6135498971ee5a76621f9f574927bc45bd2ad36a Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 07 五月 2019 00:33:42 +0800
Subject: [PATCH] 调整web服务docker文件

---
 pom.xml |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 04f8b57..321d4d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,6 @@
         <module>LogService</module>
         <module>FeeService</module>
         <module>eureka</module>
-        <module>java110-feign</module>
         <module>java110-core</module>
         <module>java110-service</module>
         <module>CodeService</module>
@@ -32,6 +31,7 @@
         <module>CommentService</module>
         <module>Api</module>
         <module>CommunityService</module>
+        <module>java110-code-generator</module>
     </modules>
 
     <parent>
@@ -151,11 +151,6 @@
                 <artifactId>java110-core</artifactId>
                 <version>${microcommunity.version}</version>
             </dependency>
-            <dependency>
-                <groupId>com.java110</groupId>
-                <artifactId>java110-feign</artifactId>
-                <version>${microcommunity.version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>com.java110</groupId>
@@ -205,7 +200,7 @@
             <dependency>
                 <groupId>com.mchange</groupId>
                 <artifactId>c3p0</artifactId>
-                <version>0.9.5.3</version>
+                <version>0.9.5.4</version>
             </dependency>
 
 

--
Gitblit v1.8.0