Strabon

annotate testsuite/pom.xml @ 1482:bd7c59599449

Changed the getSRID functions as in the default branch.
author George Stamoulis <gstam@di.uoa.gr>
date Sat Feb 21 12:38:36 2015 +0200 (2015-02-21)
parents 5b6b65340693 6c9d1293752a
children ba8fb069b2ca
rev   line source
psmeros@972 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">
psmeros@972 2
psmeros@972 3 <modelVersion>4.0.0</modelVersion>
psmeros@972 4
psmeros@972 5 <parent>
psmeros@972 6 <groupId>eu.earthobservatory</groupId>
psmeros@972 7 <artifactId>strabon</artifactId>
Konstantina@1291 8 <version>3.2.10-temporals-SNAPSHOT</version>
psmeros@972 9 </parent>
psmeros@972 10
psmeros@972 11 <artifactId>strabon-testsuite</artifactId>
psmeros@972 12
psmeros@972 13 <name>Strabon: Test Suite</name>
psmeros@972 14 <description>A test suite for Strabon</description>
psmeros@972 15 <packaging>jar</packaging>
psmeros@972 16
psmeros@972 17 <dependencies>
psmeros@972 18 <dependency>
psmeros@972 19 <groupId>eu.earthobservatory</groupId>
psmeros@972 20 <artifactId>strabon-runtime</artifactId>
psmeros@972 21 </dependency>
charnik@1429 22
psmeros@972 23 <!-- Testing: JUnit -->
psmeros@972 24 <dependency>
psmeros@972 25 <groupId>junit</groupId>
psmeros@972 26 <artifactId>junit</artifactId>
psmeros@972 27 <scope>test</scope>
psmeros@972 28 </dependency>
psmeros@972 29 </dependencies>
psmeros@972 30
Konstantina@1053 31 </project>