瀏覽代碼

git-svn-id: https://192.168.57.71/svn/jsgkj@1334 931142cf-59ea-a443-aa0e-51397b428577

ld_lixh 8 年之前
父節點
當前提交
f1963cc562
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      gkaqv2/trunk/modules/web/pom.xml

+ 10 - 0
gkaqv2/trunk/modules/web/pom.xml

@@ -147,6 +147,16 @@
 			<groupId>org.apache.poi</groupId>
 			<artifactId>poi</artifactId>
 		</dependency>
+		<dependency>
+		  <groupId>commons-fileupload</groupId>
+		  <artifactId>commons-fileupload</artifactId>
+		  <version>1.2.2</version>
+		</dependency>
+		<dependency>
+		  <groupId>commons-io</groupId>
+		  <artifactId>commons-io</artifactId>
+		  <version>2.0.1</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<!-- 插件配置 -->