From db4456eacfd3d704e0ff28b3fbcdb684a3401f38 Mon Sep 17 00:00:00 2001 From: zhouwei <zhouweiwansui@gmail.com> Date: 星期一, 29 四月 2019 09:47:19 +0800 Subject: [PATCH] 111 --- app-root/pom.xml | 2 +- boot-parent/pom.xml | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/app-root/pom.xml b/app-root/pom.xml index 094e041..f180396 100644 --- a/app-root/pom.xml +++ b/app-root/pom.xml @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <version>3.3.3</version> + <version>3.4.6</version> </dependency> <!-- 娴嬭瘯鐩稿叧jar鍖� --> diff --git a/boot-parent/pom.xml b/boot-parent/pom.xml index 986db74..5e11058 100644 --- a/boot-parent/pom.xml +++ b/boot-parent/pom.xml @@ -46,18 +46,22 @@ <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> + <version>${kotlin.version}</version> + </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>${kotlin.version}</version> + </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-devtools</artifactId> - <scope>runtime</scope> - <optional>true</optional> - </dependency> + <!--<dependency>--> + <!--<groupId>org.springframework.boot</groupId>--> + <!--<artifactId>spring-boot-devtools</artifactId>--> + <!--<scope>runtime</scope>--> + <!--<optional>true</optional>--> + <!--</dependency>--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> @@ -77,7 +81,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> - <version>1.0.19</version> + <version>1.1.14</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -113,7 +117,7 @@ <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <version>3.3.3</version> + <version>3.4.13</version> </dependency> <dependency> <groupId>com.google.guava</groupId> -- Gitblit v1.8.0