|
@ -18,6 +18,7 @@
|
|
<hawtio-version>1.5.0</hawtio-version>
|
|
<hawtio-version>1.5.0</hawtio-version>
|
|
|
|
|
|
<commons-dbcp2-version>2.1.1</commons-dbcp2-version>
|
|
<commons-dbcp2-version>2.1.1</commons-dbcp2-version>
|
|
|
|
<commons-io-version>2.4</commons-io-version>
|
|
<commons-collections4-version>4.0</commons-collections4-version>
|
|
<commons-collections4-version>4.0</commons-collections4-version>
|
|
<commons-fileupload-version>1.3.1</commons-fileupload-version>
|
|
<commons-fileupload-version>1.3.1</commons-fileupload-version>
|
|
<commons-lang3-version>3.3.2</commons-lang3-version>
|
|
<commons-lang3-version>3.3.2</commons-lang3-version>
|
|
@ -394,6 +395,11 @@
|
|
<artifactId>commons-collections4</artifactId>
|
|
<artifactId>commons-collections4</artifactId>
|
|
<version>${commons-collections4-version}</version>
|
|
<version>${commons-collections4-version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commons-io-version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<groupId>commons-fileupload</groupId>
|