From 57bb7048cfcfe0fc862b8ffe22e77cc69ba35a07 Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Mon, 1 Jun 2020 01:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 63 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index b01ad16..b999711 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.kiisoo ic 1.0-SNAPSHOT - jar + war youke @@ -25,17 +25,25 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + org.projectlombok @@ -45,6 +53,13 @@ org.springframework.boot spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -110,6 +125,12 @@ fastjson 1.2.31 + + + com.google.code.gson + gson + 2.8.5 + org.springframework.boot @@ -156,6 +177,18 @@ + + org.springframework.boot + spring-boot-starter-test + test + + + net.jodah expiringmap @@ -172,7 +205,11 @@ commons-codec 1.9 - + + com.squareup.okhttp3 + okhttp + 3.4.1 + com.google.code.gson gson @@ -219,6 +256,18 @@ 2.5.1 + + + org.apache.poi + poi + 3.16 + + + org.apache.poi + poi-ooxml + 3.16 + + org.apache.shiro shiro-spring @@ -282,6 +331,7 @@ false + maven-surefire-plugin