|
|
@@ -70,7 +70,7 @@
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
<version>${org.springframework-version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
@@ -88,12 +88,9 @@
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
<version>2.3.0</version>
|
|
|
</dependency>
|
|
|
- <!-- <dependency>
|
|
|
- <groupId>de.dfki.cos.basys.platform.wrapper-bundle-settings</groupId>
|
|
|
- <artifactId>javax.websocket-api</artifactId>
|
|
|
- <version>0.2.6</version>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency> -->
|
|
|
+ <!-- <dependency> <groupId>de.dfki.cos.basys.platform.wrapper-bundle-settings</groupId>
|
|
|
+ <artifactId>javax.websocket-api</artifactId> <version>0.2.6</version> <scope>provided</scope>
|
|
|
+ </dependency> -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
@@ -349,6 +346,13 @@
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
<version>1.1.1</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
+ <version>3.17</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
@@ -369,7 +373,7 @@
|
|
|
<artifactId>httpasyncclient</artifactId>
|
|
|
<version>4.1.3</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>cn.jpush.api</groupId>
|
|
|
<artifactId>jiguang-common</artifactId>
|
|
|
@@ -392,6 +396,13 @@
|
|
|
<artifactId>mail</artifactId>
|
|
|
<version>1.4.7</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
+ <version>2.2.9</version>
|
|
|
+ <type>pom</type>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<resources>
|