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