Mercurial > dive4elements > river
annotate artifacts/pom-oracle.xml @ 9460:8d6e56e57c4a
log-Ausgaben crossSection isStart
author | gernotbelger |
---|---|
date | Wed, 29 Aug 2018 16:57:13 +0200 |
parents | 3bbc687e6cb8 |
children | bcaca2433f12 |
rev | line source |
---|---|
9120 | 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/xsd/maven-4.0.0.xsd"> |
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
|
2 <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
|
3 |
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 <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
|
5 <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
|
6 <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
|
7 <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
|
8 <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
|
9 <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
|
10 |
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 <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
|
12 <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
|
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 |
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 <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
|
16 <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
|
17 <plugin> |
9120 | 18 <groupId>org.apache.maven.plugins</groupId> |
19 <artifactId>maven-compiler-plugin</artifactId> | |
20 <version>2.0.2</version> | |
21 <configuration> | |
22 <source>1.7</source> | |
23 <target>1.7</target> | |
24 </configuration> | |
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
|
25 </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
|
26 <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
|
27 <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
|
28 <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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 </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
|
34 </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
|
35 <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
|
36 <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
|
37 <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
|
38 <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
|
39 <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
|
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 </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
|
42 </plugin> |
9137
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
43 <!--plugin> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
44 <groupId>org.apache.maven.plugins</groupId> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
45 <artifactId>maven-checkstyle-plugin</artifactId> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
46 <version>3.0.0</version> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
47 <configuration> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
48 <configLocation>../checkstyle.xml</configLocation> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
49 <encoding>UTF-8</encoding> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
50 </configuration> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
51 <executions> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
52 <execution> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
53 <id>validate</id> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
54 <phase>validate</phase> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
55 <configuration> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
56 <consoleOutput>true</consoleOutput> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
57 <failsOnError>true</failsOnError> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
58 </configuration> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
59 <goals> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
60 <goal>check</goal> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
61 </goals> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
62 </execution> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
63 </executions> |
3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
gernotbelger
parents:
9120
diff
changeset
|
64 </plugin --> |
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
|
65 </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
|
66 </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
|
67 |
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 <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
|
69 <dependency> |
9120 | 70 <groupId>roboto.jar</groupId> |
71 <artifactId>roboto</artifactId> | |
72 <version>0</version> | |
73 <scope>system</scope> | |
74 <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath> | |
75 </dependency> | |
76 <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
|
77 <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
|
78 <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
|
79 <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
|
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 <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
|
82 <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
|
83 <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
|
84 <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
|
85 <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
|
86 </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
|
87 <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
|
88 <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
|
89 <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
|
90 <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
|
91 </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
|
92 <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
|
93 <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
|
94 <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
|
95 <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
|
96 </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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 </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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 </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
|
107 <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
|
108 <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
|
109 <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
|
110 <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
|
111 </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
|
112 <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
|
113 <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
|
114 <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
|
115 <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
|
116 </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
|
117 <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
|
118 <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
|
119 <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
|
120 <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
|
121 </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
|
122 <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
|
123 <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
|
124 <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
|
125 <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
|
126 </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
|
127 <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
|
128 <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
|
129 <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
|
130 <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
|
131 </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
|
132 <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
|
133 <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
|
134 <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
|
135 <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
|
136 </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
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 </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
|
142 <dependency> |
9120 | 143 <groupId>commons-io</groupId> |
144 <artifactId>commons-io</artifactId> | |
145 <version>2.4</version> | |
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 </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
|
147 <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
|
148 <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
|
149 <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
|
150 <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
|
151 </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
|
152 <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
|
153 <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
|
154 <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
|
155 <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
|
156 </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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 </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
|
162 <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
|
163 <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
|
164 <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
|
165 <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
|
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 <dependency> |
8770
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
168 <groupId>org.hibernatespatial</groupId> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
169 <artifactId>hibernate-spatial</artifactId> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
170 <version>1.1.1</version> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
171 </dependency> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 </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
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 </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
|
182 <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
|
183 <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
|
184 <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
|
185 <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
|
186 <exclusions> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
187 <exclusion> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
188 <groupId>jfree</groupId> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
189 <artifactId>jfreechart</artifactId> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
190 </exclusion> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
191 </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
|
192 </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
|
193 <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
|
194 <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
|
195 <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
|
196 <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
|
197 </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
|
198 </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
|
199 <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
|
200 <repository> |
9120 | 201 <id>jboss-repo2</id> |
202 <name>JBoss repo2</name> | |
203 <url>http://repository.jboss.org/nexus/content/groups/public/</url> | |
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
|
204 </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
|
205 <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
|
206 <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
|
207 <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
|
208 <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
|
209 </repository> |
8770
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
210 <repository> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
211 <id>Hibernate Spatial repo</id> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
212 <url>http://www.hibernatespatial.org/repository</url> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
213 </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
|
214 </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
|
215 </project> |