From 9598e1d9c13db5e3e321d24a76799f314ad659a0 Mon Sep 17 00:00:00 2001
From: zhouwei <zhouweiwansui@gmail.com>
Date: 星期四, 28 六月 2018 16:00:18 +0800
Subject: [PATCH] 111

---
 app-root/pom.xml |   38 +++++++++++++++++++++++---------------
 1 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/app-root/pom.xml b/app-root/pom.xml
index ac2cc0a..70ee9be 100644
--- a/app-root/pom.xml
+++ b/app-root/pom.xml
@@ -575,12 +575,6 @@
       <version>2.1.0</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
-    </dependency>
-
-    <dependency>
       <groupId>net.coobird</groupId>
       <artifactId>thumbnailator</artifactId>
       <version>0.4.3</version>
@@ -618,22 +612,26 @@
       <artifactId>jackson-annotations</artifactId>
       <version>2.2.3</version>
     </dependency>
+    <!--<dependency>-->
+      <!--<groupId>org.jetbrains.kotlin</groupId>-->
+      <!--<artifactId>kotlin-stdlib</artifactId>-->
+      <!--<version>${kotlin.version}</version>-->
+    <!--</dependency>-->
+
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
+      <artifactId>kotlin-reflect</artifactId>
       <version>${kotlin.version}</version>
+
     </dependency>
 
-    <!--<dependency>-->
-      <!--<groupId>org.jetbrains.kotlin</groupId>-->
-      <!--<artifactId>kotlin-reflect</artifactId>-->
-    <!--</dependency>-->
 
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-jdk8</artifactId>
+      <version>${kotlin.version}</version>
 
-    <!--<dependency>-->
-      <!--<groupId>org.jetbrains.kotlin</groupId>-->
-      <!--<artifactId>kotlin-stdlib-jdk8</artifactId>-->
-    <!--</dependency>-->
+    </dependency>
 
   </dependencies>
 
@@ -774,6 +772,15 @@
                         <goals> <goal>testCompile</goal> </goals>
                     </execution>
                 </executions>
+
+              <dependencies>
+                <dependency>
+                  <groupId>org.jetbrains.kotlin</groupId>
+                  <artifactId>kotlin-maven-allopen</artifactId>
+                  <version>${kotlin.version}</version>
+                </dependency>
+              </dependencies>
+
             </plugin>
 
             <!--<plugin>-->
@@ -794,5 +801,6 @@
                 <!--</excludes>-->
             <!--</resource>-->
         <!--</resources>-->
+
     </build>
 </project>

--
Gitblit v1.8.0