Mercurial > dive4elements > river
annotate artifacts/pom-oracle.xml @ 9689:fabf92342ee5
Deactivated checkstyle for now
author | Gernot Belger <g.belger@bjoernsen.de> |
---|---|
date | Thu, 13 Aug 2020 17:28:20 +0200 |
parents | 9ec4686badae |
children |
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> | |
9669
aee871c60599
Ensure the build does not fail due to non-ASCII characters
Tom Gottfried <tom@intevation.de>
parents:
9668
diff
changeset
|
24 <encoding>UTF-8</encoding> |
9120 | 25 </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
|
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 <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 <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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 </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
|
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 <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 <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
|
38 <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
|
39 <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
|
40 <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
|
41 </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
|
42 </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
|
43 </plugin> |
9689
fabf92342ee5
Deactivated checkstyle for now
Gernot Belger <g.belger@bjoernsen.de>
parents:
9682
diff
changeset
|
44 <!-- |
9678 | 45 <plugin> |
46 <groupId>org.apache.maven.plugins</groupId> | |
47 <artifactId>maven-checkstyle-plugin</artifactId> | |
48 <version>3.0.0</version> | |
49 <configuration> | |
50 <configLocation>../checkstyle.xml</configLocation> | |
51 <encoding>UTF-8</encoding> | |
52 </configuration> | |
53 <executions> | |
54 <execution> | |
55 <id>validate</id> | |
56 <phase>validate</phase> | |
57 <configuration> | |
9689
fabf92342ee5
Deactivated checkstyle for now
Gernot Belger <g.belger@bjoernsen.de>
parents:
9682
diff
changeset
|
58 <consoleOutput>false</consoleOutput> |
fabf92342ee5
Deactivated checkstyle for now
Gernot Belger <g.belger@bjoernsen.de>
parents:
9682
diff
changeset
|
59 <failsOnError>false</failsOnError> |
9678 | 60 </configuration> |
61 <goals> | |
62 <goal>check</goal> | |
63 </goals> | |
64 </execution> | |
65 </executions> | |
66 </plugin> | |
9689
fabf92342ee5
Deactivated checkstyle for now
Gernot Belger <g.belger@bjoernsen.de>
parents:
9682
diff
changeset
|
67 --> |
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
|
68 </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
|
69 </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
|
70 |
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 <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
|
72 <dependency> |
9120 | 73 <groupId>roboto.jar</groupId> |
74 <artifactId>roboto</artifactId> | |
75 <version>0</version> | |
76 <scope>system</scope> | |
77 <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath> | |
78 </dependency> | |
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 </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
|
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 <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
|
86 <artifactId>junit</artifactId> |
9678 | 87 <version>4.13</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
|
88 <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
|
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>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
|
92 <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
|
93 <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
|
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>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
|
97 <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
|
98 <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
|
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>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
|
102 <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
|
103 <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
|
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.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
|
107 <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
|
108 <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
|
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>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
|
112 <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
|
113 <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
|
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>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
|
117 <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
|
118 <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
|
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.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
|
122 <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
|
123 <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
|
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.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
|
127 <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
|
128 <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
|
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>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
|
132 <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
|
133 <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
|
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.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
|
137 <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
|
138 <version>2.2</version> |
9647
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
139 </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
|
140 <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
|
141 <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
|
142 <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
|
143 <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
|
144 </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
|
145 <dependency> |
9120 | 146 <groupId>commons-io</groupId> |
147 <artifactId>commons-io</artifactId> | |
148 <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
|
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.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
|
152 <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
|
153 <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
|
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>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
|
157 <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
|
158 <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
|
159 </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
|
160 <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
|
161 <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
|
162 <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
|
163 <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
|
164 </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
|
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 <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
|
167 <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
|
168 <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
|
169 </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
|
170 <dependency> |
8770
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
171 <groupId>org.hibernatespatial</groupId> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
172 <artifactId>hibernate-spatial</artifactId> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
173 <version>1.1.1</version> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
174 </dependency> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
175 <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
|
176 <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
|
177 <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
|
178 <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
|
179 </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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 </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
|
185 <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
|
186 <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
|
187 <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
|
188 <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
|
189 <exclusions> |
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 <groupId>jfree</groupId> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
192 <artifactId>jfreechart</artifactId> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
193 </exclusion> |
dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
"Tom Gottfried <tom@intevation.de>"
parents:
8515
diff
changeset
|
194 </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
|
195 </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
|
196 <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
|
197 <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
|
198 <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
|
199 <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
|
200 </dependency> |
9647
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
201 <dependency> |
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
202 <groupId>org.apache.commons</groupId> |
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
203 <artifactId>commons-math3</artifactId> |
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
204 <version>3.6.1</version> |
bcaca2433f12
maven dependencies update
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9137
diff
changeset
|
205 </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
|
206 </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
|
207 <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
|
208 <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
|
209 <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
|
210 <name>GeoTools2 Repository including JTS</name> |
9668
5b258de7f5a1
Update OSGEO repository URL
Tom Gottfried <tom@intevation.de>
parents:
8770
diff
changeset
|
211 <url>https://repo.osgeo.org/repository/release</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
|
212 </repository> |
8770
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
213 <repository> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
214 <id>Hibernate Spatial repo</id> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
215 <url>http://www.hibernatespatial.org/repository</url> |
363016ee831a
Add unstated dependency.
Tom Gottfried <tom@intevation.de>
parents:
8769
diff
changeset
|
216 </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
|
217 </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
|
218 </project> |