Strabon

view pom.xml @ 796:fab420afc6c1

pom.xml clean up
author Kostis Kyzirakos <kkyzir@di.uoa.gr>
date Tue Dec 11 00:10:17 2012 +0200 (2012-12-11)
parents 9a4bb8e81273
children 7089b2d52c7f
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.2.5-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-spatial</module>
28 <module>endpoint</module>
29 <module>endpoint-client</module>
30 </modules>
32 <properties>
33 <eu.earthobservatory.version>3.2.5-SNAPSHOT</eu.earthobservatory.version>
34 <sesame.version>2.6.3</sesame.version>
35 <aduna.appbase.version>3.5.0</aduna.appbase.version>
36 <!--slf4j.version>1.5.8</slf4j.version-->
37 <slf4j.version>1.6.4</slf4j.version>
38 <spring.version>2.5.6</spring.version>
39 <jts.version>1.11</jts.version>
40 <geotools.version>2.7.4</geotools.version>
41 <ogc.tools.gml.version>3.1.1</ogc.tools.gml.version>
42 <xml.bind.version>2.1.7</xml.bind.version>
43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
45 <skipTests>true</skipTests>
46 </properties>
48 <dependencyManagement>
49 <dependencies>
50 <!-- Strabon dependencies -->
51 <dependency>
52 <groupId>org.openrdf.sesame</groupId>
53 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId>
54 <version>${eu.earthobservatory.version}</version>
55 </dependency>
58 <!-- queryresultio-spatial dependencies-->
59 <dependency>
60 <groupId>org.openrdf.sesame</groupId>
61 <artifactId>sesame-queryresultio-spatial-api</artifactId>
62 <version>${eu.earthobservatory.version}</version>
63 </dependency>
64 <dependency>
65 <groupId>org.openrdf.sesame</groupId>
66 <artifactId>sesame-queryresultio-spatial-sparqlgeojson</artifactId>
67 <version>${eu.earthobservatory.version}</version>
68 </dependency>
69 <dependency>
70 <groupId>org.openrdf.sesame</groupId>
71 <artifactId>sesame-queryresultio-spatial-sparqlhtml</artifactId>
72 <version>${eu.earthobservatory.version}</version>
73 </dependency>
74 <dependency>
75 <groupId>org.openrdf.sesame</groupId>
76 <artifactId>sesame-queryresultio-spatial-sparqlkml</artifactId>
77 <version>${eu.earthobservatory.version}</version>
78 </dependency>
79 <dependency>
80 <groupId>org.openrdf.sesame</groupId>
81 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId>
82 <version>${eu.earthobservatory.version}</version>
83 </dependency>
84 <dependency>
85 <groupId>org.openrdf.sesame</groupId>
86 <artifactId>sesame-queryresultio-spatial-text</artifactId>
87 <version>${eu.earthobservatory.version}</version>
88 </dependency>
89 <!-- queryresultio-spatial dependencies-->
91 <!-- sesame queryresultio dependencies -->
92 <dependency>
93 <groupId>org.openrdf.sesame</groupId>
94 <artifactId>sesame-queryresultio-api</artifactId>
95 <version>${sesame.version}</version>
96 </dependency>
97 <dependency>
98 <groupId>org.openrdf.sesame</groupId>
99 <artifactId>sesame-queryresultio-sparqlxml</artifactId>
100 <version>${sesame.version}</version>
101 </dependency>
102 <dependency>
103 <groupId>org.openrdf.sesame</groupId>
104 <artifactId>sesame-queryresultio-text</artifactId>
105 <version>${sesame.version}</version>
106 </dependency>
107 <!-- sesame queryresultio dependencies -->
109 <dependency>
110 <groupId>org.openrdf.sesame</groupId>
111 <artifactId>sesame-sail-generaldb</artifactId>
112 <version>${eu.earthobservatory.version}</version>
113 </dependency>
115 <dependency>
116 <groupId>org.openrdf.sesame</groupId>
117 <artifactId>sesame-sail-monetdb</artifactId>
118 <version>${eu.earthobservatory.version}</version>
119 </dependency>
121 <dependency>
122 <groupId>org.openrdf.sesame</groupId>
123 <artifactId>strabon-runtime</artifactId>
124 <version>${eu.earthobservatory.version}</version>
125 </dependency>
127 <dependency>
128 <groupId>org.openrdf.sesame</groupId>
129 <artifactId>strabon-endpoint</artifactId>
130 <version>${eu.earthobservatory.version}</version>
131 </dependency>
133 <dependency>
134 <groupId>org.openrdf.sesame</groupId>
135 <artifactId>sesame-sail-postgis</artifactId>
136 <version>${eu.earthobservatory.version}</version>
137 </dependency>
139 <!-- Sesame dependencies -->
140 <dependency>
141 <groupId>org.openrdf.sesame</groupId>
142 <artifactId>sesame-sail-memory</artifactId>
143 <version>${sesame.version}</version>
144 </dependency>
146 <dependency>
147 <groupId>org.openrdf.sesame</groupId>
148 <artifactId>sesame-repository-sail</artifactId>
149 <version>${sesame.version}</version>
150 </dependency>
152 <dependency>
153 <groupId>eu.earthobservatory</groupId>
154 <artifactId>strabon-runtime</artifactId>
155 <version>${eu.earthobservatory.version}</version>
156 </dependency>
158 <dependency>
159 <groupId>org.openrdf.sesame</groupId>
160 <artifactId>sesame-queryalgebra</artifactId>
161 <version>${sesame.version}</version>
162 </dependency>
164 <dependency>
165 <groupId>org.openrdf.sesame</groupId>
166 <artifactId>sesame-queryalgebra-evaluation</artifactId>
167 <version>${sesame.version}</version>
168 </dependency>
170 <dependency>
171 <groupId>org.openrdf.sesame</groupId>
172 <artifactId>sesame-queryalgebra-model</artifactId>
173 <version>${sesame.version}</version>
174 </dependency>
176 <dependency>
177 <groupId>org.openrdf.sesame</groupId>
178 <artifactId>sesame-queryparser-api</artifactId>
179 <version>${sesame.version}</version>
180 </dependency>
182 <dependency>
183 <groupId>org.openrdf.sesame</groupId>
184 <artifactId>sesame-queryparser-sparql</artifactId>
185 <version>${sesame.version}</version>
186 </dependency>
188 <dependency>
189 <groupId>org.openrdf.sesame</groupId>
190 <artifactId>sesame-model</artifactId>
191 <version>${sesame.version}</version>
192 </dependency>
194 <dependency>
195 <groupId>org.openrdf.sesame</groupId>
196 <artifactId>sesame-sail-api</artifactId>
197 <version>${sesame.version}</version>
198 </dependency>
200 <dependency>
201 <groupId>org.openrdf.sesame</groupId>
202 <artifactId>sesame-query</artifactId>
203 <version>${sesame.version}</version>
204 </dependency>
206 <dependency>
207 <groupId>org.openrdf.sesame</groupId>
208 <artifactId>sesame-sail-rdbms</artifactId>
209 <version>${sesame.version}</version>
210 </dependency>
212 <dependency>
213 <groupId>org.openrdf.sesame</groupId>
214 <artifactId>sesame-repository-sparql</artifactId>
215 <version>${sesame.version}</version>
216 </dependency>
218 <!-- Aduna Commons -->
219 <dependency>
220 <groupId>info.aduna.appbase</groupId>
221 <artifactId>aduna-appbase</artifactId>
222 <version>${aduna.appbase.version}</version>
223 <type>pom</type>
224 </dependency>
226 <dependency>
227 <groupId>info.aduna.commons</groupId>
228 <artifactId>aduna-commons-collections</artifactId>
229 <version>2.8.0</version>
230 </dependency>
232 <dependency>
233 <groupId>info.aduna.commons</groupId>
234 <artifactId>aduna-commons-concurrent</artifactId>
235 <version>2.7.0</version>
236 </dependency>
238 <dependency>
239 <groupId>info.aduna.commons</groupId>
240 <artifactId>aduna-commons-i18n</artifactId>
241 <version>1.4.0</version>
242 </dependency>
244 <dependency>
245 <groupId>info.aduna.commons</groupId>
246 <artifactId>aduna-commons-iteration</artifactId>
247 <version>2.10.0</version>
248 </dependency>
250 <dependency>
251 <groupId>info.aduna.commons</groupId>
252 <artifactId>aduna-commons-net-http-server-embedded</artifactId>
253 <version>2.5.0</version>
254 </dependency>
256 <!-- RIO -->
257 <dependency>
258 <groupId>org.openrdf.sesame</groupId>
259 <artifactId>sesame-rio-api</artifactId>
260 <version>${sesame.version}</version>
261 </dependency>
262 <dependency>
263 <groupId>org.openrdf.sesame</groupId>
264 <artifactId>sesame-rio-rdfxml</artifactId>
265 <version>${sesame.version}</version>
266 </dependency>
268 <dependency>
269 <groupId>org.openrdf.sesame</groupId>
270 <artifactId>sesame-rio-ntriples</artifactId>
271 <version>${sesame.version}</version>
272 </dependency>
274 <dependency>
275 <groupId>org.openrdf.sesame</groupId>
276 <artifactId>sesame-rio-turtle</artifactId>
277 <version>${sesame.version}</version>
278 </dependency>
280 <dependency>
281 <groupId>org.openrdf.sesame</groupId>
282 <artifactId>sesame-rio-trig</artifactId>
283 <version>${sesame.version}</version>
284 </dependency>
286 <dependency>
287 <groupId>org.openrdf.sesame</groupId>
288 <artifactId>sesame-rio-trix</artifactId>
289 <version>${sesame.version}</version>
290 </dependency>
292 <dependency>
293 <groupId>org.openrdf.sesame</groupId>
294 <artifactId>sesame-rio-n3</artifactId>
295 <version>${sesame.version}</version>
296 </dependency>
298 <dependency>
299 <groupId>org.openrdf.sesame</groupId>
300 <artifactId>sesame-rio-binary</artifactId>
301 <version>${sesame.version}</version>
302 </dependency>
304 <!-- GeoTools -->
305 <dependency>
306 <groupId>org.geotools</groupId>
307 <artifactId>gt-geojson</artifactId>
308 <version>${geotools.version}</version>
309 </dependency>
311 <dependency>
312 <groupId>org.geotools.xsd</groupId>
313 <artifactId>gt-xsd-kml</artifactId>
314 <version>${geotools.version}</version>
315 </dependency>
317 <dependency>
318 <groupId>org.geotools</groupId>
319 <artifactId>gt-xml</artifactId>
320 <version>${geotools.version}</version>
321 </dependency>
323 <dependency>
324 <groupId>org.geotools</groupId>
325 <artifactId>gt-epsg-hsql</artifactId>
326 <version>${geotools.version}</version>
327 </dependency>
328 <dependency>
329 <groupId>org.geotools</groupId>
330 <artifactId>gt-shapefile</artifactId>
331 <version>${geotools.version}</version>
332 </dependency>
334 <dependency>
335 <groupId>org.geotools</groupId>
336 <artifactId>gt-referencing</artifactId>
337 <version>${geotools.version}</version>
338 </dependency>
340 <dependency>
341 <groupId>org.geotools</groupId>
342 <artifactId>gt-jts-wrapper</artifactId>
343 <version>${geotools.version}</version>
344 </dependency>
346 <dependency>
347 <groupId>org.geotools</groupId>
348 <artifactId>gt-opengis</artifactId>
349 <version>${geotools.version}</version>
350 </dependency>
352 <dependency>
353 <groupId>org.geotools</groupId>
354 <artifactId>gt-epsg-wkt</artifactId>
355 <version>${geotools.version}</version>
356 </dependency>
358 <dependency>
359 <groupId>org.geotools</groupId>
360 <artifactId>gt-geometry</artifactId>
361 <version>${geotools.version}</version>
362 </dependency>
364 <dependency>
365 <groupId>org.geotools</groupId>
366 <artifactId>gt-data</artifactId>
367 <version>${geotools.version}</version>
368 </dependency>
370 <dependency>
371 <groupId>org.geotools</groupId>
372 <artifactId>gt-swing</artifactId>
373 <version>${geotools.version}</version>
374 </dependency>
376 <dependency>
377 <groupId>org.opengis</groupId>
378 <artifactId>geoapi-pending</artifactId>
379 <version>2.3-M1</version>
380 </dependency>
382 <!-- JTS -->
383 <dependency>
384 <groupId>com.vividsolutions</groupId>
385 <artifactId>jts</artifactId>
386 <version>${jts.version}</version>
387 <type>jar</type>
388 </dependency>
390 <!-- JDBC Drivers -->
391 <dependency>
392 <groupId>monetdb</groupId>
393 <artifactId>jdbcclient</artifactId>
394 <version>3.4.0</version>
395 </dependency>
397 <dependency>
398 <groupId>postgresql</groupId>
399 <artifactId>postgresql</artifactId>
400 <version>9.0-801.jdbc4</version>
401 </dependency>
403 <dependency>
404 <groupId>mysql</groupId>
405 <artifactId>mysql-connector-java</artifactId>
406 <version>5.1.15</version>
407 </dependency>
409 <!--
410 <dependency>
411 <groupId>net.sf</groupId>
412 <artifactId>log4jdbc4</artifactId>
413 <version>1.2</version>
414 </dependency>
415 -->
417 <!-- LOG4J -->
418 <dependency>
419 <groupId>org.slf4j</groupId>
420 <artifactId>slf4j-log4j12</artifactId>
421 <version>${slf4j.version}</version>
422 </dependency>
424 <!-- Apache Commons -->
425 <dependency>
426 <groupId>commons-cli</groupId>
427 <artifactId>commons-cli</artifactId>
428 <version>1.2</version>
429 </dependency>
431 <dependency>
432 <groupId>commons-dbcp</groupId>
433 <artifactId>commons-dbcp</artifactId>
434 <version>1.3</version>
435 </dependency>
437 <dependency>
438 <groupId>commons-fileupload</groupId>
439 <artifactId>commons-fileupload</artifactId>
440 <version>1.2.1</version>
441 </dependency>
443 <dependency>
444 <groupId>commons-io</groupId>
445 <artifactId>commons-io</artifactId>
447 <version>1.3.2</version>
448 </dependency>
450 <dependency>
451 <groupId>commons-httpclient</groupId>
452 <artifactId>commons-httpclient</artifactId>
453 <version>3.1</version>
454 <exclusions>
455 <exclusion>
456 <groupId>commons-logging</groupId>
457 <artifactId>commons-logging</artifactId>
458 </exclusion>
459 <exclusion>
460 <!-- httpclient includes older codec -->
461 <groupId>commons-codec</groupId>
462 <artifactId>commons-codec</artifactId>
463 </exclusion>
464 </exclusions>
465 </dependency>
467 <dependency>
468 <groupId>commons-codec</groupId>
469 <artifactId>commons-codec</artifactId>
470 <version>1.4</version>
471 </dependency>
473 <dependency>
474 <groupId>commons-validator</groupId>
475 <artifactId>commons-validator</artifactId>
476 <version>1.3.1</version>
477 </dependency>
479 <!-- Spring framework -->
480 <dependency>
481 <groupId>org.springframework</groupId>
482 <artifactId>spring-aop</artifactId>
483 <version>${spring.version}</version>
484 <exclusions>
485 <exclusion>
486 <groupId>commons-logging</groupId>
487 <artifactId>commons-logging</artifactId>
488 </exclusion>
489 </exclusions>
490 </dependency>
492 <dependency>
493 <groupId>org.springframework</groupId>
494 <artifactId>spring-webmvc</artifactId>
495 <version>${spring.version}</version>
496 <exclusions>
497 <exclusion>
498 <groupId>commons-logging</groupId>
499 <artifactId>commons-logging</artifactId>
500 </exclusion>
501 </exclusions>
502 </dependency>
504 <!-- Apache CXF framework -->
505 <!--
506 <dependency>
507 <groupId>org.apache.cxf</groupId>
508 <artifactId>cxf-rt-frontend-jaxws</artifactId>
509 <version>2.2.5</version>
510 </dependency>
512 <dependency>
513 <groupId>org.apache.cxf</groupId>
514 <artifactId>cxf-rt-transports-http</artifactId>
515 <version>2.2.5</version>
516 </dependency>
518 <dependency>
519 <groupId>org.apache.cxf</groupId>
520 <artifactId>cxf-rt-transports-http-jetty</artifactId>
521 <version>2.2.5</version>
522 </dependency>
523 -->
524 <!-- Compliance tests -->
525 <dependency>
526 <groupId>edu.lehigh.swat.bench</groupId>
527 <artifactId>uba</artifactId>
528 <version>1.7</version>
529 </dependency>
531 <dependency>
532 <groupId>edu.lehigh.swat.bench</groupId>
533 <artifactId>ubt</artifactId>
534 <version>1.1</version>
535 </dependency>
537 <!-- Testing: JUnit -->
538 <dependency>
539 <groupId>junit</groupId>
540 <artifactId>junit</artifactId>
541 <version>4.7</version>
542 <scope>test</scope>
543 </dependency>
545 <!-- Various -->
546 <dependency>
547 <groupId>cglib</groupId>
548 <artifactId>cglib</artifactId>
549 <version>2.2</version>
550 </dependency>
552 <dependency>
553 <groupId>org.jvnet.ogc</groupId>
554 <artifactId>ogc-tools-gml-jts</artifactId>
555 <version>1.0.2</version>
556 </dependency>
557 <dependency>
558 <groupId>com.sun.xml.bind</groupId>
559 <artifactId>jaxb-impl</artifactId>
560 <version>2.1.1</version>
561 </dependency>
563 <dependency>
564 <groupId>javax</groupId>
565 <artifactId>javaee-web-api</artifactId>
566 <version>6.0</version>
567 <scope>provided</scope>
568 </dependency>
569 </dependencies>
570 </dependencyManagement>
572 <build>
573 <pluginManagement>
574 <plugins>
575 <plugin>
576 <groupId>org.apache.maven.plugins</groupId>
577 <artifactId>maven-assembly-plugin</artifactId>
578 <version>2.3</version>
579 </plugin>
581 <!-- The following plugin is for being able to run tomcat6/7:run -->
582 <plugin>
583 <groupId>org.apache.tomcat.maven</groupId>
584 <artifactId>tomcat7-maven-plugin</artifactId>
585 <version>2.0</version>
586 </plugin>
587 </plugins>
588 </pluginManagement>
590 <plugins>
591 <plugin>
592 <groupId>org.apache.maven.plugins</groupId>
593 <artifactId>maven-compiler-plugin</artifactId>
594 <version>2.3.2</version>
595 <configuration>
596 <source>1.6</source>
597 <target>1.6</target>
598 <encoding>utf8</encoding>
599 </configuration>
600 </plugin>
601 <!-- <plugin> <groupId>ch.elca.el4j.maven.plugins</groupId> <artifactId>maven-depgraph-plugin</artifactId>
602 <configuration> <outDir>target/site/images</outDir> <dotFile>${pom.artifactId}.dot</dotFile>
603 <outFile>${pom.artifactId}.png</outFile> <filterEmptyArtifacts>true</filterEmptyArtifacts>
604 </configuration> </plugin> -->
605 <plugin>
606 <artifactId>maven-release-plugin</artifactId>
607 <version>2.2.2</version>
608 <configuration>
609 <tagNameFormat>v@{project.version}</tagNameFormat>
610 <autoVersionSubmodules>true</autoVersionSubmodules>
611 </configuration>
612 </plugin>
613 <!-- The following plugin is to enable skipTest (see also properties) -->
614 <plugin>
615 <groupId>org.apache.maven.plugins</groupId>
616 <artifactId>maven-surefire-plugin</artifactId>
617 <version>2.12</version>
618 <configuration>
619 <skipTests>${skipTests}</skipTests>
620 </configuration>
621 </plugin>
622 </plugins>
623 </build>
625 <reporting>
626 <plugins>
627 <plugin>
628 <groupId>org.apache.maven.plugins</groupId>
629 <artifactId>maven-javadoc-plugin</artifactId>
630 <version>2.8.1</version>
631 <configuration>
632 <source>1.6</source>
633 <encoding>utf8</encoding>
634 </configuration>
635 </plugin>
636 </plugins>
637 </reporting>
640 <!-- <pluginRepositories> <pluginRepository> <id>elca-services</id> <url>http://el4.elca-services.ch/el4j/maven2repository</url>
641 <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> -->
643 <pluginRepositories>
644 <!-- The following repository is for being able to run tomcat7:run -->
645 <pluginRepository>
646 <id>apache.snapshots</id>
647 <name>Apache Snapshots</name>
648 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
649 <releases>
650 <enabled>false</enabled>
651 </releases>
652 <snapshots>
653 <enabled>true</enabled>
654 </snapshots>
655 </pluginRepository>
656 </pluginRepositories>
658 <scm>
659 <connection>scm:hg:ssh://hg.strabon.di.uoa.gr//opt/hg/Strabon/</connection>
660 <developerConnection>scm:hg:ssh://hg.strabon.di.uoa.gr//opt/hg/Strabon/</developerConnection>
661 <url>http://hg.strabon.di.uoa.gr/Strabon/</url>
662 </scm>
664 <repositories>
665 <!--
666 <repository>
667 <releases>
668 <enabled>true</enabled>
669 </releases>
670 <snapshots>
671 <enabled>false</enabled>
672 </snapshots>
673 <id>strabon.testing</id>
674 <name>Strabon - maven repository</name>
675 <url>http://maven.strabon.di.uoa.gr/content/repositories/testing</url>
676 </repository>
677 -->
678 <repository>
679 <releases>
680 <enabled>true</enabled>
681 </releases>
682 <snapshots>
683 <enabled>false</enabled>
684 </snapshots>
685 <id>strabon</id>
686 <name>Strabon - maven repository</name>
687 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
688 </repository>
689 <repository>
690 <releases>
691 <enabled>false</enabled>
692 </releases>
693 <snapshots>
694 <enabled>true</enabled>
695 </snapshots>
696 <id>strabon.snapshot</id>
697 <name>Strabon - maven repository - snapshots</name>
698 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
699 </repository>
700 <repository>
701 <releases>
702 <enabled>true</enabled>
703 </releases>
704 <snapshots>
705 <enabled>false</enabled>
706 </snapshots>
707 <id>aduna-opensource.releases</id>
708 <name>Aduna Open Source - Maven releases</name>
709 <url>http://repo.aduna-software.org/maven2/releases</url>
710 </repository>
711 <repository>
712 <releases>
713 <enabled>false</enabled>
714 </releases>
715 <snapshots>
716 <enabled>true</enabled>
717 </snapshots>
718 <id>aduna-opensource.snapshots</id>
719 <name>Aduna Open Source - Maven snapshots</name>
720 <url>http://repo.aduna-software.org/maven2/snapshots</url>
721 </repository>
722 <repository>
723 <snapshots>
724 <enabled>true</enabled>
725 </snapshots>
726 <id>opengeo</id>
727 <name>OpenGeo Maven Repository</name>
728 <url>http://download.osgeo.org/webdav/geotools/</url>
729 </repository>
730 </repositories>
732 <distributionManagement>
733 <repository>
734 <id>strabon</id>
735 <name>Strabon maven repo</name>
736 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
737 </repository>
738 <snapshotRepository>
739 <id>strabon.snapshot</id>
740 <name>Strabon maven repo</name>
741 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
742 </snapshotRepository>
743 </distributionManagement>
744 </project>