diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -57,6 +57,7 @@ <commons-fileupload.version>1.4</commons-fileupload.version> <commons-io.version>2.11.0</commons-io.version> <commons-lang.version>2.6</commons-lang.version> + <dom4j.version>2.1.3</dom4j.version> <maven3x.version>3.0.5</maven3x.version> <maven.version>2.0.8</maven.version> @@ -706,9 +707,9 @@ <version>${derbyVersion}</version> </dependency> <dependency> - <groupId>dom4j</groupId> + <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> - <version>1.6.1</version> + <version>${dom4j.version}</version> </dependency> <dependency> <groupId>org.hsqldb</groupId> |