summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 4d7b477..c9be0b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.2</version>
<executions>
<execution>
<phase>package</phase>
@@ -209,13 +208,19 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.0,2.999.999]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.0,2.999.999]</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>[2.0,2.999.999]</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -227,7 +232,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>[1.21,2.0)</version>
+ <version>[1.21,1.999.999]</version>
<scope>compile</scope>
</dependency>
</dependencies>