| @@ -52,6 +52,8 @@ | |||||
| <jackson.version>2.7.5</jackson.version> | <jackson.version>2.7.5</jackson.version> | ||||
| <gson.version>2.7</gson.version> | <gson.version>2.7</gson.version> | ||||
| <commons-lang3.version>3.4</commons-lang3.version> | <commons-lang3.version>3.4</commons-lang3.version> | ||||
| <commons-io.version>2.5</commons-io.version> | |||||
| <commons-codec.version>1.10</commons-codec.version> | |||||
| <jetty.version>9.3.0.M0</jetty.version> | <jetty.version>9.3.0.M0</jetty.version> | ||||
| <jetty-new.version>9.3.10.v20160621</jetty-new.version> | <jetty-new.version>9.3.10.v20160621</jetty-new.version> | ||||
| </properties> | </properties> | ||||
| @@ -91,12 +93,12 @@ | |||||
| <dependency> | <dependency> | ||||
| <groupId>commons-codec</groupId> | <groupId>commons-codec</groupId> | ||||
| <artifactId>commons-codec</artifactId> | <artifactId>commons-codec</artifactId> | ||||
| <version>1.9</version> | |||||
| <version>${commons-codec.version}</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>commons-io</groupId> | <groupId>commons-io</groupId> | ||||
| <artifactId>commons-io</artifactId> | <artifactId>commons-io</artifactId> | ||||
| <version>2.4</version> | |||||
| <version>${commons-io.version}</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.commons</groupId> | <groupId>org.apache.commons</groupId> | ||||