Strabon
diff testsuite/pom.xml @ 1519:94599fbf9c01
Revert revert! - Retreat from pom war. :(
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Thu Apr 30 12:57:52 2015 +0300 (2015-04-30) |
parents | 166971ffb60b |
children | ba8fb069b2ca |
line diff
1.1 --- a/testsuite/pom.xml Thu Apr 30 02:44:22 2015 +0300 1.2 +++ b/testsuite/pom.xml Thu Apr 30 12:57:52 2015 +0300 1.3 @@ -1,5 +1,4 @@ 1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1.5 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 1.6 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 1.7 1.8 <modelVersion>4.0.0</modelVersion> 1.9 1.10 @@ -20,36 +19,13 @@ 1.11 <groupId>eu.earthobservatory</groupId> 1.12 <artifactId>strabon-runtime</artifactId> 1.13 </dependency> 1.14 - 1.15 - <!-- Apache Commons --> 1.16 - <dependency> 1.17 - <groupId>commons-io</groupId> 1.18 - <artifactId>commons-io</artifactId> 1.19 - </dependency> 1.20 - <!-- Apache Commons --> 1.21 - 1.22 - <!-- JUnit --> 1.23 + 1.24 + <!-- Testing: JUnit --> 1.25 <dependency> 1.26 <groupId>junit</groupId> 1.27 <artifactId>junit</artifactId> 1.28 <scope>test</scope> 1.29 - </dependency> 1.30 - <!-- JUnit --> 1.31 - 1.32 - <!-- JDBC Drivers --> 1.33 - <dependency> 1.34 - <groupId>monetdb</groupId> 1.35 - <artifactId>jdbcclient</artifactId> 1.36 - <version>3.4.0</version> 1.37 - </dependency> 1.38 - 1.39 - <dependency> 1.40 - <groupId>postgresql</groupId> 1.41 - <artifactId>postgresql</artifactId> 1.42 - <version>9.0-801.jdbc4</version> 1.43 - </dependency> 1.44 - <!-- JDBC Drivers --> 1.45 - 1.46 + </dependency> 1.47 </dependencies> 1.48 1.49 </project> 1.50 \ No newline at end of file