|
|
@ -7,7 +7,7 @@
|
|
|
|
<groupId>com.kiisoo</groupId>
|
|
|
|
<groupId>com.kiisoo</groupId>
|
|
|
|
<artifactId>ic</artifactId>
|
|
|
|
<artifactId>ic</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<name>youke</name>
|
|
|
|
<name>youke</name>
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
@ -25,17 +25,25 @@
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>com.kiisoo.aegis</groupId>-->
|
|
|
|
<!-- <groupId>com.kiisoo.aegis</groupId>-->
|
|
|
|
<!-- <artifactId>aegis-common</artifactId>-->
|
|
|
|
<!-- <artifactId>aegis-common</artifactId>-->
|
|
|
|
<!-- <version>0.5.0-SNAPSHOT</version>-->
|
|
|
|
<!-- <version>0.5.0-SNAPSHOT</version>-->
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
<!-- <artifactId>slf4j-log4j12</artifactId>-->
|
|
|
|
<!-- <artifactId>slf4j-log4j12</artifactId>-->
|
|
|
|
<!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
<!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
@ -45,6 +53,13 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -110,6 +125,12 @@
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<version>1.2.31</version>
|
|
|
|
<version>1.2.31</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
|
|
|
|
<version>2.8.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -156,6 +177,18 @@
|
|
|
|
<!--<artifactId>freemarker</artifactId>-->
|
|
|
|
<!--<artifactId>freemarker</artifactId>-->
|
|
|
|
<!--<version>2.3.28</version>-->
|
|
|
|
<!--<version>2.3.28</version>-->
|
|
|
|
<!--</dependency>-->
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
<!--<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>-->
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.jodah</groupId>
|
|
|
|
<groupId>net.jodah</groupId>
|
|
|
|
<artifactId>expiringmap</artifactId>
|
|
|
|
<artifactId>expiringmap</artifactId>
|
|
|
@ -172,7 +205,11 @@
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>1.9</version>
|
|
|
|
<version>1.9</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
|
|
|
|
<artifactId>okhttp</artifactId>
|
|
|
|
|
|
|
|
<version>3.4.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
@ -219,6 +256,18 @@
|
|
|
|
<version>2.5.1</version>
|
|
|
|
<version>2.5.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--poi-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
|
|
|
<version>3.16</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
|
|
<version>3.16</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
@ -282,6 +331,7 @@
|
|
|
|
<useDefaultDelimiters>false</useDefaultDelimiters>
|
|
|
|
<useDefaultDelimiters>false</useDefaultDelimiters>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|