|
|
|
@ -84,6 +84,7 @@
|
|
|
|
|
<commons.httpclient>3.0.1</commons.httpclient> |
|
|
|
|
<commons.beanutils.version>1.9.4</commons.beanutils.version> |
|
|
|
|
<commons.configuration.version>1.10</commons.configuration.version> |
|
|
|
|
<commons.lang.version>2.6</commons.lang.version> |
|
|
|
|
<commons.email.version>1.5</commons.email.version> |
|
|
|
|
<poi.version>4.1.2</poi.version> |
|
|
|
|
<javax.servlet.api.version>3.1.0</javax.servlet.api.version> |
|
|
|
@ -473,6 +474,12 @@
|
|
|
|
|
<version>${commons.configuration.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
|
<artifactId>commons-lang</artifactId> |
|
|
|
|
<version>${commons.lang.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|