Strabon
changeset 1512:87172a83de76
Fixed dependencies from testsuite.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Apr 29 13:17:27 2015 +0300 (2015-04-29) |
parents | f5e6db1a2ca6 |
children | d3c7d8fab4ec |
files | testsuite/pom.xml |
line diff
1.1 --- a/testsuite/pom.xml Wed Apr 29 13:09:23 2015 +0300 1.2 +++ b/testsuite/pom.xml Wed Apr 29 13:17:27 2015 +0300 1.3 @@ -20,12 +20,21 @@ 1.4 <artifactId>strabon-runtime</artifactId> 1.5 </dependency> 1.6 1.7 - <!-- Testing: JUnit --> 1.8 + <!-- Apache Commons --> 1.9 + <dependency> 1.10 + <groupId>commons-io</groupId> 1.11 + <artifactId>commons-io</artifactId> 1.12 + </dependency> 1.13 + <!-- Apache Commons --> 1.14 + 1.15 + <!-- JUnit --> 1.16 <dependency> 1.17 <groupId>junit</groupId> 1.18 <artifactId>junit</artifactId> 1.19 <scope>test</scope> 1.20 </dependency> 1.21 + <!-- JUnit --> 1.22 + 1.23 </dependencies> 1.24 1.25 </project> 1.26 \ No newline at end of file