Strabon

view testsuite/pom.xml @ 1424:c8cc4daeeafa

corrected tests that were expecting a WKT in 4326 to contain also the URI of the CRS; we do not include this anymore, if the CRS is the default for that datatype
author Babis Nikolaou <charnik@di.uoa.gr>
date Tue Sep 23 14:36:26 2014 +0300 (2014-09-23)
parents e453684f594f
children 5b6b65340693 6c9d1293752a
line source
1 <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">
3 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>eu.earthobservatory</groupId>
7 <artifactId>strabon</artifactId>
8 <version>3.2.11-SNAPSHOT</version>
9 </parent>
11 <artifactId>strabon-testsuite</artifactId>
13 <name>Strabon: Test Suite</name>
14 <description>A test suite for Strabon</description>
15 <packaging>jar</packaging>
17 <dependencies>
18 <dependency>
19 <groupId>eu.earthobservatory</groupId>
20 <artifactId>strabon-runtime</artifactId>
21 </dependency>
23 <!-- Testing: JUnit -->
24 <dependency>
25 <groupId>junit</groupId>
26 <artifactId>junit</artifactId>
27 <scope>test</scope>
28 </dependency>
29 </dependencies>
31 </project>