Browse Source

autopoi-升级到最新版本

ZhangWenQiang 3 years atrás
parent
commit
c9a627acec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -82,6 +82,7 @@
 		<hutool-all.version>5.3.8</hutool-all.version>
 		<commons-beanutils.version>1.9.4</commons-beanutils.version>
 		<easyexcel.version>3.0.5</easyexcel.version>
+		<autopoi-web.version>1.3.6</autopoi-web.version>
     </properties>
 
 	<dependencies>
@@ -256,7 +257,7 @@
 		<dependency>
 			<groupId>org.jeecgframework</groupId>
 			<artifactId>autopoi-web</artifactId>
-			<version>1.1.1</version>
+			<version>${autopoi-web.version}</version>
 			<exclusions>
 				<exclusion>
 					<groupId>commons-codec</groupId>