From b8d92d652c34fe0c65e11dfdb9cad1f026116cf4 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期六, 20 七月 2019 23:39:30 +0800
Subject: [PATCH] 服务绑定界面功能开发完成
---
WebService/pom.xml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/WebService/pom.xml b/WebService/pom.xml
index 5946af5..0177729 100644
--- a/WebService/pom.xml
+++ b/WebService/pom.xml
@@ -25,6 +25,12 @@
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>java110-db</artifactId>
+ <groupId>com.java110</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -32,13 +38,26 @@
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.thymeleaf</groupId>
+ <artifactId>thymeleaf</artifactId>
+ </dependency>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-config</artifactId>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.jsoup</groupId>
+ <artifactId>jsoup</artifactId>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
--
Gitblit v1.8.0