Strabon

view pom.xml @ 7:b6efeb63fa65

Changed runtime/pom.xml to include RDF parsers
author Babis Nikolaou <charnik@di.uoa.gr>
date Fri Feb 03 15:22:18 2012 +0200 (2012-02-03)
parents 23e6ac4be21d
children 663a70f68625
line source
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">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>eu.earthobservatory</groupId>
6 <artifactId>strabon</artifactId>
7 <version>3.1.2-SNAPSHOT</version>
8 <packaging>pom</packaging>
10 <parent>
11 <groupId>org.openrdf</groupId>
12 <artifactId>openrdf-root-pom</artifactId>
13 <version>5</version>
14 </parent>
16 <name>Strabon</name>
17 <description>Strabon is a storage and query evaluation module for stRDF/stSPARQL.</description>
18 <url>http://www.strabon.di.uoa.gr/</url>
19 <inceptionYear>2008</inceptionYear>
21 <modules>
22 <module>evaluation</module>
23 <module>runtime</module>
24 <module>postgis</module>
25 <module>monetdb</module>
26 <module>generaldb</module>
27 <module>resultio</module>
28 <module>jars</module>
29 </modules>
31 <properties>
32 <sesame.version>2.6.3</sesame.version>
33 <eu.earthobservatory.version>3.1.2-SNAPSHOT</eu.earthobservatory.version>
34 <aduna.appbase.version>3.5.0</aduna.appbase.version>
35 <slf4j.version>1.6.1</slf4j.version>
36 <spring.version>2.5.6</spring.version>
37 <geotools.version>2.6.6</geotools.version>
38 </properties>
40 <dependencyManagement>
41 <dependencies>
43 <dependency>
44 <groupId>org.openrdf.sesame</groupId>
45 <artifactId>sesame-repository-sail</artifactId>
46 <version>${sesame.version}</version>
47 </dependency>
49 <dependency>
50 <groupId>eu.earthobservatory</groupId>
51 <artifactId>strabon-runtime</artifactId>
52 <version>${eu.earthobservatory.version}</version>
53 </dependency>
55 <dependency>
56 <groupId>org.openrdf.sesame</groupId>
57 <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId>
58 <version>${eu.earthobservatory.version}</version>
59 </dependency>
61 <dependency>
62 <groupId>org.openrdf.sesame</groupId>
63 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId>
64 <version>${eu.earthobservatory.version}</version>
65 </dependency>
67 <dependency>
68 <groupId>org.openrdf.sesame</groupId>
69 <artifactId>sesame-sail-postgis</artifactId>
70 <version>${eu.earthobservatory.version}</version>
71 </dependency>
73 <dependency>
74 <groupId>org.openrdf.sesame</groupId>
75 <artifactId>sesame-sail-monetdb</artifactId>
76 <version>${eu.earthobservatory.version}</version>
77 </dependency>
79 <dependency>
80 <groupId>org.openrdf.sesame</groupId>
81 <artifactId>sesame-sail-generaldb</artifactId>
82 <version>${eu.earthobservatory.version}</version>
83 </dependency>
84 <!-- OpenRDF modules -->
85 <dependency>
86 <groupId>org.openrdf.sesame</groupId>
87 <artifactId>sesame-queryalgebra</artifactId>
88 <version>${sesame.version}</version>
89 </dependency>
91 <dependency>
92 <groupId>org.openrdf.sesame</groupId>
93 <artifactId>sesame-queryalgebra-evaluation</artifactId>
94 <version>${sesame.version}</version>
95 </dependency>
97 <dependency>
98 <groupId>org.openrdf.sesame</groupId>
99 <artifactId>sesame-queryalgebra-model</artifactId>
100 <version>${sesame.version}</version>
101 </dependency>
103 <dependency>
104 <groupId>org.openrdf.sesame</groupId>
105 <artifactId>sesame-queryalgebra-evaluation</artifactId>
106 <version>${sesame.version}</version>
107 </dependency>
109 <dependency>
110 <groupId>org.openrdf.sesame</groupId>
111 <artifactId>sesame-queryparser-api</artifactId>
112 <version>${sesame.version}</version>
113 </dependency>
115 <dependency>
116 <groupId>org.openrdf.sesame</groupId>
117 <artifactId>sesame-queryparser-sparql</artifactId>
118 <version>${sesame.version}</version>
119 </dependency>
121 <dependency>
122 <groupId>org.openrdf.sesame</groupId>
123 <artifactId>sesame-model</artifactId>
124 <version>${sesame.version}</version>
125 </dependency>
127 <dependency>
128 <groupId>org.openrdf.sesame</groupId>
129 <artifactId>sesame-sail-api</artifactId>
130 <version>${sesame.version}</version>
131 </dependency>
133 <dependency>
134 <groupId>org.openrdf.sesame</groupId>
135 <artifactId>sesame-query</artifactId>
136 <version>${sesame.version}</version>
137 </dependency>
139 <dependency>
140 <groupId>org.openrdf.sesame</groupId>
141 <artifactId>sesame-sail-rdbms</artifactId>
142 <version>${sesame.version}</version>
143 </dependency>
145 <!--
146 <dependency>
147 <groupId>info.aduna.commons</groupId>
148 <artifactId>aduna-commons-lang</artifactId>
149 <version>2.10.0-SNAPSHOT</version>
150 </dependency>
151 -->
153 <!-- Aduna Commons -->
154 <!-- Note: other Aduna Commons dependencies are imported from appbase -->
155 <dependency>
156 <groupId>info.aduna.commons</groupId>
157 <artifactId>aduna-commons-collections</artifactId>
158 <version>2.8.0</version>
159 </dependency>
160 <dependency>
161 <groupId>info.aduna.commons</groupId>
162 <artifactId>aduna-commons-concurrent</artifactId>
163 <version>2.7.0</version>
164 </dependency>
165 <dependency>
166 <groupId>info.aduna.commons</groupId>
167 <artifactId>aduna-commons-i18n</artifactId>
168 <version>1.4.0</version>
169 </dependency>
170 <dependency>
171 <groupId>info.aduna.commons</groupId>
172 <artifactId>aduna-commons-iteration</artifactId>
173 <version>2.10.0</version>
174 </dependency>
175 <dependency>
176 <groupId>info.aduna.commons</groupId>
177 <artifactId>aduna-commons-net-http-server-embedded</artifactId>
178 <version>2.5.0</version>
179 </dependency>
181 <!-- Apache Commons -->
182 <dependency>
183 <groupId>commons-cli</groupId>
184 <artifactId>commons-cli</artifactId>
185 <version>1.2</version>
186 </dependency>
187 <dependency>
188 <groupId>commons-dbcp</groupId>
189 <artifactId>commons-dbcp</artifactId>
190 <version>1.3</version>
191 </dependency>
192 <dependency>
193 <groupId>commons-fileupload</groupId>
194 <artifactId>commons-fileupload</artifactId>
195 <version>1.2.1</version>
196 </dependency>
197 <dependency>
198 <groupId>commons-io</groupId>
199 <artifactId>commons-io</artifactId>
200 <!-- this is the version that is specified as an optional dependency
201 for fileupload -->
202 <version>1.3.2</version>
203 </dependency>
204 <dependency>
205 <groupId>commons-httpclient</groupId>
206 <artifactId>commons-httpclient</artifactId>
207 <version>3.1</version>
208 <exclusions>
209 <exclusion>
210 <groupId>commons-logging</groupId>
211 <artifactId>commons-logging</artifactId>
212 </exclusion>
213 <exclusion>
214 <!-- httpclient includes older codec -->
215 <groupId>commons-codec</groupId>
216 <artifactId>commons-codec</artifactId>
217 </exclusion>
218 </exclusions>
219 </dependency>
220 <dependency>
221 <groupId>commons-codec</groupId>
222 <artifactId>commons-codec</artifactId>
223 <version>1.4</version>
224 <scope>runtime</scope>
225 </dependency>
227 <!-- Spring framework -->
228 <dependency>
229 <groupId>org.springframework</groupId>
230 <artifactId>spring-aop</artifactId>
231 <version>${spring.version}</version>
232 <exclusions>
233 <exclusion>
234 <groupId>commons-logging</groupId>
235 <artifactId>commons-logging</artifactId>
236 </exclusion>
237 </exclusions>
238 </dependency>
240 <!-- Compliance tests -->
241 <dependency>
242 <groupId>edu.lehigh.swat.bench</groupId>
243 <artifactId>uba</artifactId>
244 <version>1.7</version>
245 </dependency>
246 <dependency>
247 <groupId>edu.lehigh.swat.bench</groupId>
248 <artifactId>ubt</artifactId>
249 <version>1.1</version>
250 </dependency>
252 <!-- JDBC Drivers -->
253 <dependency>
254 <groupId>postgresql</groupId>
255 <artifactId>postgresql</artifactId>
256 <version>9.0-801.jdbc4</version>
257 </dependency>
259 <dependency>
260 <groupId>mysql</groupId>
261 <artifactId>mysql-connector-java</artifactId>
262 <version>5.1.15</version>
263 </dependency>
265 <!-- various -->
266 <dependency>
267 <groupId>cglib</groupId>
268 <artifactId>cglib</artifactId>
269 <version>2.2</version>
270 </dependency>
272 <!-- GeoTools -->
273 <dependency>
274 <groupId>org.geotools.xsd</groupId>
275 <artifactId>gt-xsd-kml</artifactId>
276 <version>${geotools.version}</version>
277 </dependency>
279 <dependency>
280 <groupId>org.geotools</groupId>
281 <artifactId>gt-xml</artifactId>
282 <version>${geotools.version}</version>
283 </dependency>
285 <dependency>
286 <groupId>org.geotools</groupId>
287 <artifactId>gt-epsg-hsql</artifactId>
288 <version>${geotools.version}</version>
289 </dependency>
290 <dependency>
291 <groupId>org.geotools</groupId>
292 <artifactId>gt-shapefile</artifactId>
293 <version>${geotools.version}</version>
294 </dependency>
296 <dependency>
297 <groupId>org.geotools</groupId>
298 <artifactId>gt-referencing</artifactId>
299 <version>${geotools.version}</version>
300 </dependency>
302 <dependency>
303 <groupId>org.geotools</groupId>
304 <artifactId>gt-jts-wrapper</artifactId>
305 <version>${geotools.version}</version>
306 </dependency>
308 <dependency>
309 <groupId>org.opengis</groupId>
310 <artifactId>geoapi</artifactId>
311 <version>2.2.0</version>
312 </dependency>
314 <!-- Testing: JUnit -->
315 <dependency>
316 <groupId>junit</groupId>
317 <artifactId>junit</artifactId>
318 <version>4.7</version>
319 <scope>test</scope>
320 </dependency>
322 <!-- SLF4J -->
323 <dependency>
324 <groupId>org.slf4j</groupId>
325 <artifactId>slf4j-api</artifactId>
326 <version>${slf4j.version}</version>
327 </dependency>
329 <dependency>
330 <groupId>org.slf4j</groupId>
331 <artifactId>slf4j-simple</artifactId>
332 <version>${slf4j.version}</version>
333 </dependency>
335 </dependencies>
336 </dependencyManagement>
338 <build>
339 <pluginManagement>
340 <plugins>
341 <!-- FIXME: version 2.2-beta-2 causes a lot problems -->
342 <plugin>
343 <groupId>org.apache.maven.plugins</groupId>
344 <artifactId>maven-assembly-plugin</artifactId>
345 <version>2.2-beta-1</version>
346 </plugin>
347 </plugins>
348 </pluginManagement>
350 <plugins>
351 <plugin>
352 <groupId>org.apache.maven.plugins</groupId>
353 <artifactId>maven-compiler-plugin</artifactId>
354 <configuration>
355 <source>1.6</source>
356 <target>1.6</target>
357 <encoding>utf8</encoding>
358 </configuration>
359 </plugin>
360 <!-- <plugin> <groupId>ch.elca.el4j.maven.plugins</groupId> <artifactId>maven-depgraph-plugin</artifactId>
361 <configuration> <outDir>target/site/images</outDir> <dotFile>${pom.artifactId}.dot</dotFile>
362 <outFile>${pom.artifactId}.png</outFile> <filterEmptyArtifacts>true</filterEmptyArtifacts>
363 </configuration> </plugin> -->
364 <plugin>
365 <artifactId>maven-release-plugin</artifactId>
366 <version>2.2.2</version>
367 <configuration>
368 <tagNameFormat>v@{project.version}</tagNameFormat>
369 <autoVersionSubmodules>true</autoVersionSubmodules>
370 </configuration>
371 </plugin>
372 </plugins>
373 </build>
375 <reporting>
376 <plugins>
377 <plugin>
378 <groupId>org.apache.maven.plugins</groupId>
379 <artifactId>maven-javadoc-plugin</artifactId>
380 <configuration>
381 <source>1.6</source>
382 <encoding>utf8</encoding>
383 </configuration>
384 </plugin>
385 </plugins>
386 </reporting>
389 <!-- <pluginRepositories> <pluginRepository> <id>elca-services</id> <url>http://el4.elca-services.ch/el4j/maven2repository</url>
390 <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> -->
392 <scm>
393 <connection>scm:hg:http://hg.strabon.di.uoa.gr/Strabon/</connection>
394 <developerConnection>scm:hg:ssh://hg.strabon.di.uoa.gr///opt/hg/Strabon/</developerConnection>
395 <url>http://hg.strabon.di.uoa.gr/Strabon/</url>
396 </scm>
398 <repositories>
399 <repository>
400 <releases>
401 <enabled>true</enabled>
402 </releases>
403 <snapshots>
404 <enabled>false</enabled>
405 </snapshots>
406 <id>strabon</id>
407 <name>Strabon - maven repository</name>
408 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
409 </repository>
410 <repository>
411 <releases>
412 <enabled>false</enabled>
413 </releases>
414 <snapshots>
415 <enabled>true</enabled>
416 </snapshots>
417 <id>strabon</id>
418 <name>Strabon - maven repository - snapshots</name>
419 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
420 </repository>
423 <repository>
424 <releases>
425 <enabled>true</enabled>
426 </releases>
427 <snapshots>
428 <enabled>false</enabled>
429 </snapshots>
430 <id>aduna-opensource.releases</id>
431 <name>Aduna Open Source - Maven releases</name>
432 <url>http://repo.aduna-software.org/maven2/releases</url>
433 </repository>
434 <repository>
435 <releases>
436 <enabled>false</enabled>
437 </releases>
438 <snapshots>
439 <enabled>true</enabled>
440 </snapshots>
441 <id>aduna-opensource.snapshots</id>
442 <name>Aduna Open Source - Maven snapshots</name>
443 <url>http://repo.aduna-software.org/maven2/snapshots</url>
444 </repository>
445 <repository>
446 <snapshots>
447 <enabled>true</enabled>
448 </snapshots>
449 <id>opengeo</id>
450 <name>OpenGeo Maven Repository</name>
451 <url>http://download.osgeo.org/webdav/geotools/</url>
452 </repository>
453 </repositories>
455 <distributionManagement>
456 <repository>
457 <id>strabon</id>
458 <name>Strabon maven repo</name>
459 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
460 </repository>
461 <snapshotRepository>
462 <id>strabon.snapshot</id>
463 <name>Strabon maven repo</name>
464 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
465 </snapshotRepository>
466 </distributionManagement>
467 </project>