Strabon
diff pom.xml @ 965:69a0a785ef8f
added new "constants" module with artifactId "spatial-temporal-constants" and moved GeoConstants there
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Apr 02 13:27:01 2013 +0300 (2013-04-02) |
parents | c09e97aa4e8b |
children | b628e51f9580 |
line diff
1.1 --- a/pom.xml Sun Mar 31 15:35:24 2013 +0300 1.2 +++ b/pom.xml Tue Apr 02 13:27:01 2013 +0300 1.3 @@ -135,6 +135,7 @@ 1.4 <module>endpoint</module> 1.5 <module>endpoint-client</module> 1.6 <module>endpoint-exec</module> 1.7 + <module>constants</module> 1.8 </modules> 1.9 1.10 <properties> 1.11 @@ -239,6 +240,12 @@ 1.12 </dependency> 1.13 1.14 <dependency> 1.15 + <groupId>eu.earthobservatory</groupId> 1.16 + <artifactId>spatial-temporal-constants</artifactId> 1.17 + <version>${eu.earthobservatory.version}</version> 1.18 + </dependency> 1.19 + 1.20 + <dependency> 1.21 <groupId>org.openrdf.sesame</groupId> 1.22 <artifactId>sesame-sail-postgis</artifactId> 1.23 <version>${eu.earthobservatory.version}</version>