浏览代码

增加文件下载所需要的jar包。

zzy.zhiyuan.foxmail 8 年之前
父节点
当前提交
50e22e2631
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

70
			<artifactId>mail</artifactId>
70
			<artifactId>mail</artifactId>
71
			<version>1.4</version>
71
			<version>1.4</version>
72
		</dependency>
72
		</dependency>
73
		<dependency>
74
			<groupId>commons-io</groupId>
75
			<artifactId>commons-io</artifactId>
76
			<version>1.3.2</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>commons-fileupload</groupId>
80
			<artifactId>commons-fileupload</artifactId>
81
			<version>1.3.2</version>
82
		</dependency>
83
		<dependency>
84
			<groupId>org.slf4j</groupId>
85
			<artifactId>slf4j-log4j12</artifactId>
86
			<version>1.7.21</version>
87
		</dependency>
73
	</dependencies>
88
	</dependencies>
74
	<build>
89
	<build>
75
		<plugins>
90
		<plugins>