Strabon
changeset 1515:f05db489a8b9
Fixed resultio and evaluation poms.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Apr 29 17:53:13 2015 +0300 (2015-04-29) |
parents | c009d1364185 |
children | 106425ce91c5 |
files | evaluation/pom.xml generaldb/pom.xml resultio-spatial/api/pom.xml resultio-spatial/pom.xml resultio-spatial/sparqlgeojson/pom.xml resultio-spatial/sparqlhtml/pom.xml resultio-spatial/sparqlkml/pom.xml resultio-spatial/sparqlxml/pom.xml resultio-spatial/text/pom.xml |
line diff
1.1 --- a/evaluation/pom.xml Wed Apr 29 13:26:26 2015 +0300 1.2 +++ b/evaluation/pom.xml Wed Apr 29 17:53:13 2015 +0300 1.3 @@ -15,7 +15,7 @@ 1.4 <packaging>jar</packaging> 1.5 1.6 <dependencies> 1.7 - 1.8 + <!-- Core Dependencies --> 1.9 <dependency> 1.10 <groupId>eu.earthobservatory</groupId> 1.11 <artifactId>strabon-vocabulary</artifactId> 1.12 @@ -35,17 +35,16 @@ 1.13 <groupId>org.openrdf.sesame</groupId> 1.14 <artifactId>sesame-model</artifactId> 1.15 </dependency> 1.16 + <!-- Core Dependencies --> 1.17 1.18 + <!-- Logger --> 1.19 <dependency> 1.20 <groupId>org.slf4j</groupId> 1.21 <artifactId>slf4j-log4j12</artifactId> 1.22 </dependency> 1.23 - 1.24 - <dependency> 1.25 - <groupId>junit</groupId> 1.26 - <artifactId>junit</artifactId> 1.27 - </dependency> 1.28 - 1.29 + <!-- Logger --> 1.30 + 1.31 + <!-- Geotools --> 1.32 <dependency> 1.33 <groupId>org.geotools</groupId> 1.34 <artifactId>gt-opengis</artifactId> 1.35 @@ -65,15 +64,10 @@ 1.36 <artifactId>gt-xml</artifactId> 1.37 </dependency> 1.38 <dependency> 1.39 - <groupId>org.jvnet.ogc</groupId> 1.40 - <artifactId>ogc-tools-gml-jts</artifactId> 1.41 -</dependency> 1.42 -<dependency> 1.43 - <groupId>com.sun.xml.bind</groupId> 1.44 - <artifactId>jaxb-impl</artifactId> 1.45 -</dependency> 1.46 + <groupId>org.jvnet.ogc</groupId> 1.47 + <artifactId>ogc-tools-gml-jts</artifactId> 1.48 + </dependency> 1.49 + <!-- Geotools --> 1.50 </dependencies> 1.51 - <modules> 1.52 - </modules> 1.53 </project> 1.54
2.1 --- a/generaldb/pom.xml Wed Apr 29 13:26:26 2015 +0300 2.2 +++ b/generaldb/pom.xml Wed Apr 29 17:53:13 2015 +0300 2.3 @@ -1,28 +1,30 @@ 2.4 <?xml version="1.0"?> 2.5 -<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/xsd/maven-4.0.0.xsd"> 2.6 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2.7 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2.8 2.9 - <modelVersion>4.0.0</modelVersion> 2.10 + <modelVersion>4.0.0</modelVersion> 2.11 2.12 <parent> 2.13 <groupId>eu.earthobservatory</groupId> 2.14 <artifactId>strabon</artifactId> 2.15 <version>3.3.2-SNAPSHOT</version> 2.16 </parent> 2.17 - 2.18 + 2.19 <groupId>org.openrdf.sesame</groupId> 2.20 <artifactId>sesame-sail-generaldb</artifactId> 2.21 <name>OpenRDF Sesame: GeneralDBStore </name> 2.22 <description>GeneralDB Store Support</description> 2.23 <packaging>jar</packaging> 2.24 - 2.25 - <url>http://maven.apache.org</url> 2.26 2.27 <dependencies> 2.28 + <!-- Core Dependencies --> 2.29 <dependency> 2.30 <groupId>org.openrdf.sesame</groupId> 2.31 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 2.32 </dependency> 2.33 + <!-- Core Dependencies --> 2.34 2.35 + <!-- Sesame dependencies --> 2.36 <dependency> 2.37 <groupId>org.openrdf.sesame</groupId> 2.38 <artifactId>sesame-sail-rdbms</artifactId> 2.39 @@ -52,7 +54,9 @@ 2.40 <groupId>org.openrdf.sesame</groupId> 2.41 <artifactId>sesame-model</artifactId> 2.42 </dependency> 2.43 + <!-- Sesame dependencies --> 2.44 2.45 + <!-- Aduna Commons --> 2.46 <dependency> 2.47 <groupId>info.aduna.commons</groupId> 2.48 <artifactId>aduna-commons-collections</artifactId> 2.49 @@ -67,43 +71,29 @@ 2.50 <groupId>info.aduna.commons</groupId> 2.51 <artifactId>aduna-commons-concurrent</artifactId> 2.52 </dependency> 2.53 + <!-- Aduna Commons --> 2.54 2.55 - <dependency> 2.56 - <groupId>commons-dbcp</groupId> 2.57 - <artifactId>commons-dbcp</artifactId> 2.58 - </dependency> 2.59 - 2.60 + <!-- JDBC Drivers --> 2.61 <dependency> 2.62 <groupId>postgresql</groupId> 2.63 <artifactId>postgresql</artifactId> 2.64 <scope>provided</scope> 2.65 </dependency> 2.66 - 2.67 + 2.68 <dependency> 2.69 <groupId>monetdb</groupId> 2.70 <artifactId>jdbcclient</artifactId> 2.71 <scope>provided</scope> 2.72 </dependency> 2.73 - 2.74 - 2.75 + <!-- JDBC Drivers --> 2.76 + 2.77 + 2.78 <dependency> 2.79 <groupId>junit</groupId> 2.80 <artifactId>junit</artifactId> 2.81 <scope>test</scope> 2.82 </dependency> 2.83 2.84 - <!-- 2.85 - <dependency> 2.86 - <groupId>net.sf</groupId> 2.87 - <artifactId>log4jdbc4</artifactId> 2.88 - </dependency> 2.89 - --> 2.90 2.91 - <dependency> 2.92 - <groupId>commons-codec</groupId> 2.93 - <artifactId>commons-codec</artifactId> 2.94 - <version>1.4</version> 2.95 - </dependency> 2.96 - 2.97 </dependencies> 2.98 </project>
3.1 --- a/resultio-spatial/api/pom.xml Wed Apr 29 13:26:26 2015 +0300 3.2 +++ b/resultio-spatial/api/pom.xml Wed Apr 29 17:53:13 2015 +0300 3.3 @@ -1,4 +1,5 @@ 3.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"> 3.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 3.7 3.8 <modelVersion>4.0.0</modelVersion> 3.9
4.1 --- a/resultio-spatial/pom.xml Wed Apr 29 13:26:26 2015 +0300 4.2 +++ b/resultio-spatial/pom.xml Wed Apr 29 17:53:13 2015 +0300 4.3 @@ -1,4 +1,5 @@ 4.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"> 4.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.7 4.8 <modelVersion>4.0.0</modelVersion> 4.9 4.10 @@ -22,61 +23,26 @@ 4.11 <module>sparqlxml</module> 4.12 <module>text</module> 4.13 </modules> 4.14 - 4.15 - <!-- 4.16 + 4.17 + 4.18 <dependencies> 4.19 - <dependency> 4.20 + <!-- Core Dependencies --> 4.21 + <dependency> <!-- TO BE REMOVED --> 4.22 + <groupId>org.openrdf.sesame</groupId> 4.23 + <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 4.24 + </dependency> 4.25 + 4.26 + <dependency> <!-- TO BE REMOVED ? --> 4.27 <groupId>org.openrdf.sesame</groupId> 4.28 <artifactId>sesame-sail-generaldb</artifactId> 4.29 </dependency> 4.30 - 4.31 - <dependency> 4.32 - <groupId>org.openrdf.sesame</groupId> 4.33 - <artifactId>sesame-queryresultio-sparqlxml</artifactId> 4.34 - <version>${sesame.version}</version> 4.35 - </dependency> 4.36 - 4.37 - <dependency> 4.38 - <groupId>org.openrdf.sesame</groupId> 4.39 - <artifactId>sesame-queryresultio-sparqljson</artifactId> 4.40 - <version>${sesame.version}</version> 4.41 - </dependency> 4.42 + <!-- Core Dependencies --> 4.43 4.44 - <dependency> 4.45 - <groupId>org.openrdf.sesame</groupId> 4.46 - <artifactId>sesame-queryresultio-text</artifactId> 4.47 - <version>${sesame.version}</version> 4.48 - </dependency> 4.49 - 4.50 - <dependency> 4.51 - <groupId>org.openrdf.sesame</groupId> 4.52 - <artifactId>sesame-queryalgebra-model</artifactId> 4.53 - </dependency> 4.54 - 4.55 - <dependency> 4.56 - <groupId>org.openrdf.sesame</groupId> 4.57 - <artifactId>sesame-model</artifactId> 4.58 - </dependency> 4.59 - 4.60 - <dependency> 4.61 - <groupId>org.openrdf.sesame</groupId> 4.62 - <artifactId>sesame-query</artifactId> 4.63 - </dependency> 4.64 - 4.65 - <dependency> 4.66 - <groupId>org.openrdf.sesame</groupId> 4.67 - <artifactId>sesame-repository-sparql</artifactId> 4.68 - </dependency> 4.69 - 4.70 + <!-- Geotools --> 4.71 <dependency> 4.72 <groupId>org.slf4j</groupId> 4.73 <artifactId>slf4j-log4j12</artifactId> 4.74 </dependency> 4.75 - 4.76 - <dependency> 4.77 - <groupId>junit</groupId> 4.78 - <artifactId>junit</artifactId> 4.79 - </dependency> 4.80 4.81 <dependency> 4.82 <groupId>org.geotools</groupId> 4.83 @@ -84,11 +50,6 @@ 4.84 </dependency> 4.85 4.86 <dependency> 4.87 - <groupId>org.geotools.xsd</groupId> 4.88 - <artifactId>gt-xsd-kml</artifactId> 4.89 - </dependency> 4.90 - 4.91 - <dependency> 4.92 <groupId>org.geotools</groupId> 4.93 <artifactId>gt-xml</artifactId> 4.94 </dependency> 4.95 @@ -107,13 +68,20 @@ 4.96 <groupId>org.geotools</groupId> 4.97 <artifactId>gt-opengis</artifactId> 4.98 </dependency> 4.99 + 4.100 + <dependency> 4.101 + <groupId>org.geotools.xsd</groupId> 4.102 + <artifactId>gt-xsd-kml</artifactId> 4.103 + </dependency> 4.104 + 4.105 <dependency> 4.106 <groupId>com.vividsolutions</groupId> 4.107 <artifactId>jts</artifactId> 4.108 <type>jar</type> 4.109 <scope>compile</scope> 4.110 </dependency> 4.111 + <!-- Geotools --> 4.112 </dependencies> 4.113 - --> 4.114 + 4.115 </project> 4.116
5.1 --- a/resultio-spatial/sparqlgeojson/pom.xml Wed Apr 29 13:26:26 2015 +0300 5.2 +++ b/resultio-spatial/sparqlgeojson/pom.xml Wed Apr 29 17:53:13 2015 +0300 5.3 @@ -1,4 +1,5 @@ 5.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"> 5.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5.7 5.8 <modelVersion>4.0.0</modelVersion> 5.9 5.10 @@ -14,63 +15,9 @@ 5.11 <description>Spatial Query result IO API</description> 5.12 5.13 <dependencies> 5.14 - 5.15 - <dependency> <!-- TO BE REMOVED --> 5.16 - <groupId>org.openrdf.sesame</groupId> 5.17 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 5.18 - </dependency> 5.19 - <dependency> <!-- TO BE REMOVED ? --> 5.20 - <groupId>org.openrdf.sesame</groupId> 5.21 - <artifactId>sesame-sail-generaldb</artifactId> 5.22 - </dependency> 5.23 - 5.24 <dependency> 5.25 <groupId>org.openrdf.sesame</groupId> 5.26 <artifactId>sesame-queryresultio-spatial-api</artifactId> 5.27 </dependency> 5.28 - 5.29 - <dependency> 5.30 - <groupId>org.slf4j</groupId> 5.31 - <artifactId>slf4j-log4j12</artifactId> 5.32 - </dependency> 5.33 - 5.34 - <dependency> 5.35 - <groupId>junit</groupId> 5.36 - <artifactId>junit</artifactId> 5.37 - <scope>test</scope> 5.38 - </dependency> 5.39 - 5.40 - <dependency> 5.41 - <groupId>org.geotools</groupId> 5.42 - <artifactId>gt-geojson</artifactId> 5.43 - </dependency> 5.44 - 5.45 - 5.46 - <dependency> 5.47 - <groupId>org.geotools</groupId> 5.48 - <artifactId>gt-xml</artifactId> 5.49 - </dependency> 5.50 - 5.51 - <dependency> 5.52 - <groupId>org.geotools</groupId> 5.53 - <artifactId>gt-epsg-hsql</artifactId> 5.54 - </dependency> 5.55 - 5.56 - <dependency> 5.57 - <groupId>org.geotools</groupId> 5.58 - <artifactId>gt-shapefile</artifactId> 5.59 - </dependency> 5.60 - 5.61 - <dependency> 5.62 - <groupId>org.geotools</groupId> 5.63 - <artifactId>gt-opengis</artifactId> 5.64 - </dependency> 5.65 - <dependency> 5.66 - <groupId>com.vividsolutions</groupId> 5.67 - <artifactId>jts</artifactId> 5.68 - <type>jar</type> 5.69 - <scope>compile</scope> 5.70 - </dependency> 5.71 - 5.72 </dependencies> 5.73 </project>
6.1 --- a/resultio-spatial/sparqlhtml/pom.xml Wed Apr 29 13:26:26 2015 +0300 6.2 +++ b/resultio-spatial/sparqlhtml/pom.xml Wed Apr 29 17:53:13 2015 +0300 6.3 @@ -1,4 +1,5 @@ 6.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"> 6.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 6.7 6.8 <modelVersion>4.0.0</modelVersion> 6.9 6.10 @@ -22,38 +23,5 @@ 6.11 <groupId>org.openrdf.sesame</groupId> 6.12 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId> 6.13 </dependency> 6.14 - <dependency> <!-- TO BE REMOVED --> 6.15 - <groupId>org.openrdf.sesame</groupId> 6.16 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 6.17 - </dependency> 6.18 - 6.19 - <dependency> 6.20 - <groupId>org.slf4j</groupId> 6.21 - <artifactId>slf4j-log4j12</artifactId> 6.22 - </dependency> 6.23 - 6.24 - <dependency> 6.25 - <groupId>junit</groupId> 6.26 - <artifactId>junit</artifactId> 6.27 - <scope>test</scope> 6.28 - </dependency> 6.29 - <!-- 6.30 - <dependency> 6.31 - <groupId>org.openrdf.sesame</groupId> 6.32 - <artifactId>sesame-model</artifactId> 6.33 - </dependency> 6.34 - <dependency> 6.35 - <groupId>org.openrdf.sesame</groupId> 6.36 - <artifactId>sesame-query</artifactId> 6.37 - </dependency> 6.38 - <dependency> 6.39 - <groupId>org.openrdf.sesame</groupId> 6.40 - <artifactId>sesame-rio-api</artifactId> 6.41 - </dependency> 6.42 - <dependency> 6.43 - <groupId>org.openrdf.sesame</groupId> 6.44 - <artifactId>sesame-util</artifactId> 6.45 - </dependency> 6.46 - --> 6.47 </dependencies> 6.48 </project>
7.1 --- a/resultio-spatial/sparqlkml/pom.xml Wed Apr 29 13:26:26 2015 +0300 7.2 +++ b/resultio-spatial/sparqlkml/pom.xml Wed Apr 29 17:53:13 2015 +0300 7.3 @@ -1,4 +1,5 @@ 7.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"> 7.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 7.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 7.7 7.8 <modelVersion>4.0.0</modelVersion> 7.9 7.10 @@ -22,48 +23,5 @@ 7.11 <groupId>org.openrdf.sesame</groupId> 7.12 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId> 7.13 </dependency> 7.14 - <dependency> 7.15 - <groupId>org.slf4j</groupId> 7.16 - <artifactId>slf4j-log4j12</artifactId> 7.17 - </dependency> 7.18 - 7.19 - <dependency> 7.20 - <groupId>junit</groupId> 7.21 - <artifactId>junit</artifactId> 7.22 - <scope>test</scope> 7.23 - </dependency> 7.24 - 7.25 - <dependency> 7.26 - <groupId>org.geotools.xsd</groupId> 7.27 - <artifactId>gt-xsd-kml</artifactId> 7.28 - </dependency> 7.29 - 7.30 - <dependency> <!-- TO BE REMOVED --> 7.31 - <groupId>org.openrdf.sesame</groupId> 7.32 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 7.33 - </dependency> 7.34 - <dependency> <!-- TO BE REMOVED ? --> 7.35 - <groupId>org.openrdf.sesame</groupId> 7.36 - <artifactId>sesame-sail-generaldb</artifactId> 7.37 - </dependency> 7.38 - 7.39 - <!-- 7.40 - <dependency> 7.41 - <groupId>org.openrdf.sesame</groupId> 7.42 - <artifactId>sesame-model</artifactId> 7.43 - </dependency> 7.44 - <dependency> 7.45 - <groupId>org.openrdf.sesame</groupId> 7.46 - <artifactId>sesame-query</artifactId> 7.47 - </dependency> 7.48 - <dependency> 7.49 - <groupId>org.openrdf.sesame</groupId> 7.50 - <artifactId>sesame-rio-api</artifactId> 7.51 - </dependency> 7.52 - <dependency> 7.53 - <groupId>org.openrdf.sesame</groupId> 7.54 - <artifactId>sesame-util</artifactId> 7.55 - </dependency> 7.56 - --> 7.57 </dependencies> 7.58 </project>
8.1 --- a/resultio-spatial/sparqlxml/pom.xml Wed Apr 29 13:26:26 2015 +0300 8.2 +++ b/resultio-spatial/sparqlxml/pom.xml Wed Apr 29 17:53:13 2015 +0300 8.3 @@ -1,4 +1,5 @@ 8.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"> 8.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8.7 8.8 <modelVersion>4.0.0</modelVersion> 8.9 8.10 @@ -18,46 +19,5 @@ 8.11 <groupId>org.openrdf.sesame</groupId> 8.12 <artifactId>sesame-queryresultio-spatial-api</artifactId> 8.13 </dependency> 8.14 - <dependency> 8.15 - <groupId>org.openrdf.sesame</groupId> 8.16 - <artifactId>sesame-sail-generaldb</artifactId> 8.17 - </dependency> 8.18 - <dependency> 8.19 - <groupId>org.openrdf.sesame</groupId> 8.20 - <artifactId>sesame-queryresultio-sparqlxml</artifactId> 8.21 - </dependency> 8.22 - <dependency> <!-- TO BE REMOVED --> 8.23 - <groupId>org.openrdf.sesame</groupId> 8.24 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 8.25 - </dependency> 8.26 - 8.27 - <dependency> 8.28 - <groupId>org.slf4j</groupId> 8.29 - <artifactId>slf4j-log4j12</artifactId> 8.30 - </dependency> 8.31 - 8.32 - <dependency> 8.33 - <groupId>junit</groupId> 8.34 - <artifactId>junit</artifactId> 8.35 - <scope>test</scope> 8.36 - </dependency> 8.37 - <!-- 8.38 - <dependency> 8.39 - <groupId>org.openrdf.sesame</groupId> 8.40 - <artifactId>sesame-model</artifactId> 8.41 - </dependency> 8.42 - <dependency> 8.43 - <groupId>org.openrdf.sesame</groupId> 8.44 - <artifactId>sesame-query</artifactId> 8.45 - </dependency> 8.46 - <dependency> 8.47 - <groupId>org.openrdf.sesame</groupId> 8.48 - <artifactId>sesame-rio-api</artifactId> 8.49 - </dependency> 8.50 - <dependency> 8.51 - <groupId>org.openrdf.sesame</groupId> 8.52 - <artifactId>sesame-util</artifactId> 8.53 - </dependency> 8.54 - --> 8.55 </dependencies> 8.56 </project>
9.1 --- a/resultio-spatial/text/pom.xml Wed Apr 29 13:26:26 2015 +0300 9.2 +++ b/resultio-spatial/text/pom.xml Wed Apr 29 17:53:13 2015 +0300 9.3 @@ -18,46 +18,9 @@ 9.4 <groupId>org.openrdf.sesame</groupId> 9.5 <artifactId>sesame-queryresultio-spatial-api</artifactId> 9.6 </dependency> 9.7 - <dependency> <!-- TO BE REMOVED --> 9.8 - <groupId>org.openrdf.sesame</groupId> 9.9 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 9.10 - </dependency> 9.11 - <dependency> <!-- TO BE REMOVED ? --> 9.12 - <groupId>org.openrdf.sesame</groupId> 9.13 - <artifactId>sesame-sail-generaldb</artifactId> 9.14 - </dependency> 9.15 <dependency> 9.16 <groupId>org.openrdf.sesame</groupId> 9.17 <artifactId>sesame-queryresultio-text</artifactId> 9.18 </dependency> 9.19 - 9.20 - <dependency> 9.21 - <groupId>org.slf4j</groupId> 9.22 - <artifactId>slf4j-log4j12</artifactId> 9.23 - </dependency> 9.24 - 9.25 - <dependency> 9.26 - <groupId>junit</groupId> 9.27 - <artifactId>junit</artifactId> 9.28 - <scope>test</scope> 9.29 - </dependency> 9.30 -<!-- 9.31 - <dependency> 9.32 - <groupId>org.openrdf.sesame</groupId> 9.33 - <artifactId>sesame-model</artifactId> 9.34 - </dependency> 9.35 - <dependency> 9.36 - <groupId>org.openrdf.sesame</groupId> 9.37 - <artifactId>sesame-query</artifactId> 9.38 - </dependency> 9.39 - <dependency> 9.40 - <groupId>org.openrdf.sesame</groupId> 9.41 - <artifactId>sesame-rio-api</artifactId> 9.42 - </dependency> 9.43 - <dependency> 9.44 - <groupId>org.openrdf.sesame</groupId> 9.45 - <artifactId>sesame-util</artifactId> 9.46 - </dependency> 9.47 ---> 9.48 </dependencies> 9.49 </project>