Quellcode durchsuchen

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

zzy.zhiyuan.foxmail vor 8 Jahren
Ursprung
Commit
50e22e2631
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

@ -70,6 +70,21 @@
70 70
			<artifactId>mail</artifactId>
71 71
			<version>1.4</version>
72 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 88
	</dependencies>
74 89
	<build>
75 90
		<plugins>