Move commons-io version number to parent pom

Former-commit-id: b065059630f6c06f522a1b3c0e56d99c78f363ae
This commit is contained in:
Hans Joachim Desserud
2015-06-12 23:35:19 +02:00
parent 2587ad21c0
commit 581a3f8388
2 changed files with 5 additions and 1 deletions

View File

@@ -223,7 +223,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
</project>

View File

@@ -361,6 +361,11 @@ Copyright (c) 2012 - Jeremy Long
marked as deprecated. Should probably be sorted out. -->
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>