fix version conflict in pom

for commons-io
pull/1/head
reger 10 years ago
parent 7e09bff4a1
commit 4b63dad88d

@ -333,6 +333,11 @@
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>

Loading…
Cancel
Save