Strabon

diff testsuite/pom.xml @ 1466:194886c8647e

local commit
author Liza Sakellari <esakellari@di.uoa.gr>
date Thu Jan 15 18:54:03 2015 +0200 (2015-01-15)
parents
children a0ba95cfaa5a 92b90ac06d39
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testsuite/pom.xml	Thu Jan 15 18:54:03 2015 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +<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.5 +
     1.6 +	<modelVersion>4.0.0</modelVersion>
     1.7 +
     1.8 +	<parent>
     1.9 +		<groupId>eu.earthobservatory</groupId>
    1.10 +		<artifactId>strabon</artifactId>
    1.11 +		<version>3.2.9-SNAPSHOT</version>
    1.12 +	</parent>
    1.13 +
    1.14 +	<artifactId>strabon-testsuite</artifactId>
    1.15 +
    1.16 +	<name>Strabon: Test Suite</name>
    1.17 +	<description>A test suite for Strabon</description>
    1.18 +	<packaging>jar</packaging>
    1.19 +
    1.20 +	<dependencies>
    1.21 +		<dependency>
    1.22 +			<groupId>eu.earthobservatory</groupId>
    1.23 +			<artifactId>strabon-runtime</artifactId>
    1.24 +		</dependency>
    1.25 +
    1.26 +		<!-- Testing: JUnit -->
    1.27 +		<dependency>
    1.28 +			<groupId>junit</groupId>
    1.29 +			<artifactId>junit</artifactId>
    1.30 +			<scope>test</scope>
    1.31 +		</dependency>	
    1.32 +	</dependencies>
    1.33 +
    1.34 +</project>
    1.35 \ No newline at end of file