Strabon
annotate resultio-spatial/sparqlgeojson/pom.xml @ 1284:0ed49ee3eb94
[maven-release-plugin] prepare release v3.2.9-temporals
author | constant <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Sun Oct 20 19:10:35 2013 +0300 (2013-10-20) |
parents | a1e2561b7c2c |
children | ac78e6ca2248 |
rev | line source |
---|---|
charnik@688 | 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"> |
charnik@688 | 2 |
charnik@688 | 3 <modelVersion>4.0.0</modelVersion> |
charnik@688 | 4 |
charnik@688 | 5 <parent> |
charnik@688 | 6 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 7 <artifactId>sesame-queryresultio-spatial</artifactId> |
Konstantina@1284 | 8 <version>3.2.9-temporals</version> |
charnik@688 | 9 </parent> |
charnik@688 | 10 |
charnik@688 | 11 <artifactId>sesame-queryresultio-spatial-sparqlgeojson</artifactId> |
charnik@688 | 12 |
charnik@688 | 13 <name>OpenRDF Sesame: Spatial Query result IO - GeoJSON</name> |
charnik@688 | 14 <description>Spatial Query result IO API</description> |
charnik@688 | 15 |
charnik@688 | 16 <dependencies> |
charnik@688 | 17 |
charnik@688 | 18 <dependency> <!-- TO BE REMOVED --> |
charnik@688 | 19 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 20 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> |
charnik@688 | 21 </dependency> |
charnik@688 | 22 <dependency> <!-- TO BE REMOVED ? --> |
charnik@688 | 23 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 24 <artifactId>sesame-sail-generaldb</artifactId> |
charnik@688 | 25 </dependency> |
charnik@688 | 26 |
charnik@688 | 27 <dependency> |
charnik@688 | 28 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 29 <artifactId>sesame-queryresultio-spatial-api</artifactId> |
charnik@688 | 30 </dependency> |
charnik@688 | 31 |
charnik@688 | 32 <dependency> |
charnik@688 | 33 <groupId>org.slf4j</groupId> |
charnik@688 | 34 <artifactId>slf4j-log4j12</artifactId> |
charnik@688 | 35 </dependency> |
charnik@688 | 36 |
charnik@688 | 37 <dependency> |
charnik@688 | 38 <groupId>junit</groupId> |
charnik@688 | 39 <artifactId>junit</artifactId> |
charnik@688 | 40 <scope>test</scope> |
charnik@688 | 41 </dependency> |
charnik@688 | 42 |
charnik@688 | 43 <dependency> |
charnik@688 | 44 <groupId>org.geotools</groupId> |
charnik@688 | 45 <artifactId>gt-geojson</artifactId> |
charnik@688 | 46 </dependency> |
charnik@688 | 47 |
charnik@688 | 48 |
charnik@688 | 49 <dependency> |
charnik@688 | 50 <groupId>org.geotools</groupId> |
charnik@688 | 51 <artifactId>gt-xml</artifactId> |
charnik@688 | 52 </dependency> |
charnik@688 | 53 |
charnik@688 | 54 <dependency> |
charnik@688 | 55 <groupId>org.geotools</groupId> |
charnik@688 | 56 <artifactId>gt-epsg-hsql</artifactId> |
charnik@688 | 57 </dependency> |
charnik@688 | 58 |
charnik@688 | 59 <dependency> |
charnik@688 | 60 <groupId>org.geotools</groupId> |
charnik@688 | 61 <artifactId>gt-shapefile</artifactId> |
charnik@688 | 62 </dependency> |
charnik@688 | 63 |
charnik@688 | 64 <dependency> |
charnik@688 | 65 <groupId>org.geotools</groupId> |
charnik@688 | 66 <artifactId>gt-opengis</artifactId> |
charnik@688 | 67 </dependency> |
charnik@688 | 68 <dependency> |
charnik@688 | 69 <groupId>com.vividsolutions</groupId> |
charnik@688 | 70 <artifactId>jts</artifactId> |
charnik@688 | 71 <type>jar</type> |
charnik@688 | 72 <scope>compile</scope> |
charnik@688 | 73 </dependency> |
charnik@688 | 74 |
charnik@688 | 75 </dependencies> |
charnik@688 | 76 </project> |