|
@ -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>
|