annotate artifacts/pom-oracle.xml @ 8969:fe81eb39080c

Avoid guessing year 1950 for HQ50 etc.
author mschaefer
date Tue, 03 Apr 2018 09:54:26 +0200
parents 363016ee831a
children 2fb72a0aa313 5b258de7f5a1
rev   line source
8515
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5 <groupId>org.dive4elements.river</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 <artifactId>river-artifacts</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
7 <version>1.0-SNAPSHOT</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
8 <packaging>jar</packaging>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
9
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
10 <name>river-artifacts</name>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
11 <url>http://maven.apache.org</url>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
12
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
13 <properties>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
15 </properties>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
16
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
17 <build>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
18 <plugins>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
19 <plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
20 <groupId>org.apache.maven.plugins</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
21 <artifactId>maven-compiler-plugin</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
22 <version>2.0.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
23 <configuration>
8763
8179cca1796a Upgrade to DBCP 2.1.1
Tom Gottfried <tom@intevation.de>
parents: 8516
diff changeset
24 <source>1.7</source>
8179cca1796a Upgrade to DBCP 2.1.1
Tom Gottfried <tom@intevation.de>
parents: 8516
diff changeset
25 <target>1.7</target>
8515
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
26 </configuration>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
27 </plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
28 <plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
29 <groupId>org.apache.maven.plugins</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
30 <artifactId>maven-javadoc-plugin</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
31 <version>2.8.1</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
32 <configuration>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
33 <show>private</show>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
34 <nohelp>true</nohelp>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
35 </configuration>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
36 </plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
37 <plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
38 <artifactId>maven-assembly-plugin</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
39 <configuration>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
40 <descriptors>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
41 <descriptor>src/assembly/assembly.xml</descriptor>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
42 </descriptors>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
43 </configuration>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
44 </plugin>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
45 </plugins>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
46 </build>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
47
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
48 <dependencies>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
49 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
50 <groupId>net.sf.ehcache</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
51 <artifactId>ehcache-core</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
52 <version>2.4.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
53 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
54 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
55 <groupId>junit</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
56 <artifactId>junit</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
57 <version>3.8.1</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
58 <scope>test</scope>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
59 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
60 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
61 <groupId>trove</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
62 <artifactId>trove</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
63 <version>1.1-beta-5</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
64 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
65 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
66 <groupId>net.sf.opencsv</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
67 <artifactId>opencsv</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
68 <version>2.0</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
69 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
70 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
71 <groupId>org.dive4elements</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
72 <artifactId>artifact-database</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
73 <version>1.0-SNAPSHOT</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
74 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
75 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
76 <groupId>org.dive4elements</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
77 <artifactId>artifacts-common</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
78 <version>1.0-SNAPSHOT</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
79 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
80 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
81 <groupId>org.dive4elements.river</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
82 <artifactId>river-backend</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
83 <version>1.0-SNAPSHOT-ora</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
84 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
85 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
86 <groupId>org.jfree</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
87 <artifactId>jfreechart</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
88 <version>1.0.15</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
89 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
90 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
91 <groupId>org.apache.xmlgraphics</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
92 <artifactId>batik-dom</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
93 <version>1.7</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
94 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
95 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
96 <groupId>org.apache.xmlgraphics</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
97 <artifactId>batik-svggen</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
98 <version>1.7</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
99 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
100 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
101 <groupId>com.lowagie</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
102 <artifactId>itext</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
103 <version>2.1.7</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
104 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
105 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
106 <groupId>org.apache.commons</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
107 <artifactId>commons-math</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
108 <version>2.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
109 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
110 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
111 <groupId>com.h2database</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
112 <artifactId>h2</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
113 <version>1.3.158</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
114 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
115 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
116 <groupId>commons-io</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
117 <artifactId>commons-io</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
118 <version>2.4</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
119 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
120 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
121 <groupId>org.geotools</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
122 <artifactId>gt-shapefile</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
123 <version>2.7.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
124 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
125 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
126 <groupId>org.geotools</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
127 <artifactId>gt-epsg-wkt</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
128 <version>2.7.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
129 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
130 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
131 <groupId>org.geotools</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
132 <artifactId>gt-geojson</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
133 <version>2.7.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
134 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
135 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
136 <groupId>org.geotools</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
137 <artifactId>gt-swing</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
138 <version>2.7.2</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
139 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
140 <dependency>
8770
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
141 <groupId>org.hibernatespatial</groupId>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
142 <artifactId>hibernate-spatial</artifactId>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
143 <version>1.1.1</version>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
144 </dependency>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
145 <dependency>
8515
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
146 <groupId>org.json</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
147 <artifactId>json</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
148 <version>20090211</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
149 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
150 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
151 <groupId>org.apache.velocity</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
152 <artifactId>velocity</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
153 <version>1.7</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
154 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
155 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
156 <groupId>net.sf.jasperreports</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
157 <artifactId>jasperreports</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
158 <version>4.5.0</version>
8516
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
159 <exclusions>
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
160 <exclusion>
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
161 <groupId>jfree</groupId>
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
162 <artifactId>jfreechart</artifactId>
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
163 </exclusion>
dc02c7f96ad8 Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents: 8515
diff changeset
164 </exclusions>
8515
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
165 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
166 <dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
167 <groupId>org.codehaus.groovy</groupId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
168 <artifactId>groovy-all</artifactId>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
169 <version>1.6.0</version>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
170 </dependency>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
171 </dependencies>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
172 <repositories>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
173 <repository>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
174 <id>jboss-repo2</id>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
175 <name>JBoss repo2</name>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
176 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
177 </repository>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
178 <repository>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
179 <id>gt2.repo</id>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
180 <name>GeoTools2 Repository including JTS</name>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
181 <url>http://download.osgeo.org/webdav/geotools</url>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
182 </repository>
8770
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
183 <repository>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
184 <id>Hibernate Spatial repo</id>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
185 <url>http://www.hibernatespatial.org/repository</url>
363016ee831a Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents: 8769
diff changeset
186 </repository>
8515
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
187 </repositories>
01d71ff84d43 Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
188 </project>

http://dive4elements.wald.intevation.org