Strabon
changeset 1518:166971ffb60b
Cleaned remaining poms.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Thu Apr 30 02:44:22 2015 +0300 (2015-04-30) |
parents | bb3bcc0b9637 |
children | 94599fbf9c01 |
files | endpoint-client/pom.xml endpoint/pom.xml runtime/pom.xml testsuite/pom.xml |
line diff
1.1 --- a/endpoint-client/pom.xml Wed Apr 29 19:46:51 2015 +0300 1.2 +++ b/endpoint-client/pom.xml Thu Apr 30 02:44:22 2015 +0300 1.3 @@ -17,6 +17,10 @@ 1.4 <dependencies> 1.5 <dependency> 1.6 <groupId>org.openrdf.sesame</groupId> 1.7 + <artifactId>sesame-rio-api</artifactId> 1.8 + </dependency> 1.9 + <dependency> 1.10 + <groupId>org.openrdf.sesame</groupId> 1.11 <artifactId>sesame-queryresultio-spatial-api</artifactId> 1.12 </dependency> 1.13
2.1 --- a/endpoint/pom.xml Wed Apr 29 19:46:51 2015 +0300 2.2 +++ b/endpoint/pom.xml Thu Apr 30 02:44:22 2015 +0300 2.3 @@ -79,6 +79,18 @@ 2.4 </exclusions> 2.5 </dependency> 2.6 <!-- Spring framework --> 2.7 + 2.8 + <!-- JDBC Drivers --> 2.9 + <dependency> 2.10 + <groupId>postgresql</groupId> 2.11 + <artifactId>postgresql</artifactId> 2.12 + </dependency> 2.13 + 2.14 + <dependency> 2.15 + <groupId>monetdb</groupId> 2.16 + <artifactId>jdbcclient</artifactId> 2.17 + </dependency> 2.18 + <!-- JDBC Drivers --> 2.19 </dependencies> 2.20 2.21 <build>
3.1 --- a/runtime/pom.xml Wed Apr 29 19:46:51 2015 +0300 3.2 +++ b/runtime/pom.xml Thu Apr 30 02:44:22 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 3.10 @@ -15,35 +16,17 @@ 3.11 <packaging>jar</packaging> 3.12 3.13 <dependencies> 3.14 - 3.15 - <!-- Core Dependencies --> 3.16 + <!-- Sesame Dependencies --> 3.17 <dependency> 3.18 <groupId>org.openrdf.sesame</groupId> 3.19 - <artifactId>sesame-repository-sail</artifactId> 3.20 + <artifactId>sesame-queryparser-api</artifactId> 3.21 </dependency> 3.22 3.23 <dependency> 3.24 <groupId>org.openrdf.sesame</groupId> 3.25 - <artifactId>sesame-sail-postgis</artifactId> 3.26 + <artifactId>sesame-queryparser-sparql</artifactId> 3.27 </dependency> 3.28 - 3.29 - <dependency> 3.30 - <groupId>org.openrdf.sesame</groupId> 3.31 - <artifactId>sesame-sail-monetdb</artifactId> 3.32 - </dependency> 3.33 - 3.34 - <dependency> 3.35 - <groupId>org.openrdf.sesame</groupId> 3.36 - <artifactId>sesame-sail-generaldb</artifactId> 3.37 - </dependency> 3.38 - 3.39 - <dependency> 3.40 - <groupId>org.openrdf.sesame</groupId> 3.41 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 3.42 - </dependency> 3.43 - <!-- Core Dependencies --> 3.44 3.45 - <!-- rio API --> 3.46 <dependency> 3.47 <groupId>org.openrdf.sesame</groupId> 3.48 <artifactId>sesame-rio-rdfxml</artifactId> 3.49 @@ -77,43 +60,80 @@ 3.50 <dependency> 3.51 <groupId>org.openrdf.sesame</groupId> 3.52 <artifactId>sesame-rio-binary</artifactId> 3.53 + </dependency> 3.54 + <!-- Sesame Dependencies --> 3.55 + 3.56 + <!-- Core Dependencies --> 3.57 + <dependency> 3.58 + <groupId>org.openrdf.sesame</groupId> 3.59 + <artifactId>sesame-repository-sail</artifactId> 3.60 </dependency> 3.61 - <!-- rio API --> 3.62 3.63 - <!-- Query results --> 3.64 + <dependency> 3.65 + <groupId>org.openrdf.sesame</groupId> 3.66 + <artifactId>sesame-sail-postgis</artifactId> 3.67 + </dependency> 3.68 + 3.69 + <dependency> 3.70 + <groupId>org.openrdf.sesame</groupId> 3.71 + <artifactId>sesame-sail-monetdb</artifactId> 3.72 + </dependency> 3.73 + 3.74 + <dependency> 3.75 + <groupId>org.openrdf.sesame</groupId> 3.76 + <artifactId>sesame-sail-generaldb</artifactId> 3.77 + </dependency> 3.78 + 3.79 + <dependency> 3.80 + <groupId>org.openrdf.sesame</groupId> 3.81 + <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 3.82 + </dependency> 3.83 + 3.84 <dependency> 3.85 <groupId>org.openrdf.sesame</groupId> 3.86 <artifactId>sesame-queryresultio-spatial-api</artifactId> 3.87 </dependency> 3.88 + 3.89 + <dependency> 3.90 + <groupId>org.openrdf.sesame</groupId> 3.91 + <artifactId>sesame-queryresultio-spatial-api</artifactId> 3.92 + </dependency> 3.93 + 3.94 <dependency> 3.95 <groupId>org.openrdf.sesame</groupId> 3.96 <artifactId>sesame-queryresultio-spatial-sparqlgeojson</artifactId> 3.97 </dependency> 3.98 + 3.99 <dependency> 3.100 <groupId>org.openrdf.sesame</groupId> 3.101 <artifactId>sesame-queryresultio-spatial-sparqlkml</artifactId> 3.102 </dependency> 3.103 + 3.104 <dependency> 3.105 <groupId>org.openrdf.sesame</groupId> 3.106 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId> 3.107 </dependency> 3.108 + 3.109 <dependency> 3.110 <groupId>org.openrdf.sesame</groupId> 3.111 <artifactId>sesame-queryresultio-spatial-sparqlhtml</artifactId> 3.112 </dependency> 3.113 + 3.114 <dependency> 3.115 <groupId>org.openrdf.sesame</groupId> 3.116 <artifactId>sesame-queryresultio-spatial-text</artifactId> 3.117 </dependency> 3.118 + 3.119 <dependency> 3.120 <groupId>org.openrdf.sesame</groupId> 3.121 <artifactId>sesame-queryresultio-sparqljson</artifactId> 3.122 </dependency> 3.123 + 3.124 <dependency> 3.125 <groupId>org.openrdf.sesame</groupId> 3.126 <artifactId>sesame-queryresultio-binary</artifactId> 3.127 - </dependency> 3.128 - <!-- Query results --> 3.129 + </dependency> 3.130 + <!-- Core Dependencies --> 3.131 </dependencies> 3.132 3.133 <build> 3.134 @@ -202,7 +222,7 @@ 3.135 </plugins> 3.136 </build> 3.137 3.138 -<profiles> 3.139 + <profiles> 3.140 <profile> 3.141 <id>create-debian</id> 3.142 <activation> 3.143 @@ -212,68 +232,66 @@ 3.144 <value>true</value> 3.145 </property> 3.146 </activation> 3.147 - <build> 3.148 - <plugins> 3.149 -<plugin> 3.150 - <groupId>org.codehaus.mojo</groupId> 3.151 - <artifactId>exec-maven-plugin</artifactId> 3.152 - <version>1.1.1</version> 3.153 - <executions> 3.154 - <execution> 3.155 - <!-- 3.156 - <id>some-execution</id> 3.157 - --> 3.158 - <phase>package</phase> 3.159 - <goals> 3.160 - <goal>exec</goal> 3.161 - </goals> 3.162 - </execution> 3.163 - </executions> 3.164 - <configuration> 3.165 - <executable>${basedir}/../scripts/update-debian-version.sh</executable> 3.166 - </configuration> 3.167 - </plugin> 3.168 - <plugin> 3.169 - <artifactId>jdeb</artifactId> 3.170 - <groupId>org.vafer</groupId> 3.171 - <version>1.3</version> 3.172 - <executions> 3.173 - <execution> 3.174 - <phase>package</phase> 3.175 - <goals> 3.176 - <goal>jdeb</goal> 3.177 - </goals> 3.178 - <configuration> 3.179 - <skipPOMs>false</skipPOMs> 3.180 - <dataSet> 3.181 - <data> 3.182 - <src>${project.build.directory}</src> 3.183 - <type>directory</type> 3.184 - <includes>**/</includes> 3.185 - <mapper> 3.186 - <type>perm</type> 3.187 - <prefix>/usr/share/jdeb/lib/strabon-runtime</prefix> 3.188 - </mapper> 3.189 - </data> 3.190 - <data> 3.191 - <src>${basedir}/strabon-cmd</src> 3.192 - <type>file</type> 3.193 - <mapper> 3.194 - <type>perm</type> 3.195 - <prefix>/usr/local/bin</prefix> 3.196 - <user>root</user> 3.197 - <group>root</group> 3.198 - <filemode>755</filemode> 3.199 - </mapper> 3.200 - </data> 3.201 - </dataSet> 3.202 - </configuration> 3.203 - </execution> 3.204 - </executions> 3.205 - </plugin> 3.206 + <build> 3.207 + <plugins> 3.208 + <plugin> 3.209 + <groupId>org.codehaus.mojo</groupId> 3.210 + <artifactId>exec-maven-plugin</artifactId> 3.211 + <version>1.1.1</version> 3.212 + <executions> 3.213 + <execution> 3.214 + <!-- <id>some-execution</id> --> 3.215 + <phase>package</phase> 3.216 + <goals> 3.217 + <goal>exec</goal> 3.218 + </goals> 3.219 + </execution> 3.220 + </executions> 3.221 + <configuration> 3.222 + <executable>${basedir}/../scripts/update-debian-version.sh</executable> 3.223 + </configuration> 3.224 + </plugin> 3.225 + <plugin> 3.226 + <artifactId>jdeb</artifactId> 3.227 + <groupId>org.vafer</groupId> 3.228 + <version>1.3</version> 3.229 + <executions> 3.230 + <execution> 3.231 + <phase>package</phase> 3.232 + <goals> 3.233 + <goal>jdeb</goal> 3.234 + </goals> 3.235 + <configuration> 3.236 + <skipPOMs>false</skipPOMs> 3.237 + <dataSet> 3.238 + <data> 3.239 + <src>${project.build.directory}</src> 3.240 + <type>directory</type> 3.241 + <includes>**/</includes> 3.242 + <mapper> 3.243 + <type>perm</type> 3.244 + <prefix>/usr/share/jdeb/lib/strabon-runtime</prefix> 3.245 + </mapper> 3.246 + </data> 3.247 + <data> 3.248 + <src>${basedir}/strabon-cmd</src> 3.249 + <type>file</type> 3.250 + <mapper> 3.251 + <type>perm</type> 3.252 + <prefix>/usr/local/bin</prefix> 3.253 + <user>root</user> 3.254 + <group>root</group> 3.255 + <filemode>755</filemode> 3.256 + </mapper> 3.257 + </data> 3.258 + </dataSet> 3.259 + </configuration> 3.260 + </execution> 3.261 + </executions> 3.262 + </plugin> 3.263 3.264 - </plugins> 3.265 - </build> 3.266 + </plugins> 3.267 + </build> 3.268 3.269 </profile> 3.270 </profiles>
4.1 --- a/testsuite/pom.xml Wed Apr 29 19:46:51 2015 +0300 4.2 +++ b/testsuite/pom.xml Thu Apr 30 02:44:22 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 @@ -19,22 +20,36 @@ 4.11 <groupId>eu.earthobservatory</groupId> 4.12 <artifactId>strabon-runtime</artifactId> 4.13 </dependency> 4.14 - 4.15 - <!-- Apache Commons --> 4.16 + 4.17 + <!-- Apache Commons --> 4.18 <dependency> 4.19 <groupId>commons-io</groupId> 4.20 <artifactId>commons-io</artifactId> 4.21 </dependency> 4.22 <!-- Apache Commons --> 4.23 - 4.24 + 4.25 <!-- JUnit --> 4.26 <dependency> 4.27 <groupId>junit</groupId> 4.28 <artifactId>junit</artifactId> 4.29 <scope>test</scope> 4.30 - </dependency> 4.31 + </dependency> 4.32 <!-- JUnit --> 4.33 4.34 + <!-- JDBC Drivers --> 4.35 + <dependency> 4.36 + <groupId>monetdb</groupId> 4.37 + <artifactId>jdbcclient</artifactId> 4.38 + <version>3.4.0</version> 4.39 + </dependency> 4.40 + 4.41 + <dependency> 4.42 + <groupId>postgresql</groupId> 4.43 + <artifactId>postgresql</artifactId> 4.44 + <version>9.0-801.jdbc4</version> 4.45 + </dependency> 4.46 + <!-- JDBC Drivers --> 4.47 + 4.48 </dependencies> 4.49 4.50 </project> 4.51 \ No newline at end of file