Explorar el Código

:arrow_up: excel

shc hace 9 meses
padre
commit
96da005db9
Se han modificado 2 ficheros con 52 adiciones y 6 borrados
  1. 31 0
      hnqz-upms/hnqz-upms-api/pom.xml
  2. 21 6
      hnqz-visual/hnqz-report-biz/pom.xml

+ 31 - 0
hnqz-upms/hnqz-upms-api/pom.xml

@@ -34,6 +34,37 @@
 			<groupId>com.pig4cloud.excel</groupId>
 			<artifactId>excel-spring-boot-starter</artifactId>
 			<version>0.4.1</version>
+			<exclusions>
+				<exclusion>
+					<groupId>com.alibaba</groupId>
+					<artifactId>easyexcel</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>com.alibaba</groupId>
+			<artifactId>easyexcel</artifactId>
+			<version>3.3.4</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.commons</groupId>
+					<artifactId>commons-compress</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>commons-io</groupId>
+					<artifactId>commons-io</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>2.16.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-compress</artifactId>
+			<version>1.26.0</version>
 		</dependency>
 	</dependencies>
 </project>

+ 21 - 6
hnqz-visual/hnqz-report-biz/pom.xml

@@ -86,15 +86,30 @@
             <version>5.2.7.RELEASE</version>
             <scope>compile</scope>
         </dependency>
-        <!--<dependency>
-          <groupId>com.pig4cloud.excel</groupId>
-          <artifactId>excel-spring-boot-starter</artifactId>
-          <version>0.4.1</version>
-        </dependency>-->
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>easyexcel</artifactId>
-            <version>3.1.3</version>
+            <version>3.3.4</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-compress</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-io</groupId>
+                    <artifactId>commons-io</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.16.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-compress</artifactId>
+            <version>1.26.0</version>
         </dependency>
         <dependency>
             <groupId>com.aliyun</groupId>