Mercurial > dive4elements > river
comparison artifacts/pom-oracle.xml @ 9120:2fb72a0aa313
pdf layout condensed
author | gernotbelger |
---|---|
date | Tue, 05 Jun 2018 11:44:05 +0200 |
parents | 363016ee831a |
children | 3bbc687e6cb8 |
comparison
equal
deleted
inserted
replaced
9119:36c80c7fd02f | 9120:2fb72a0aa313 |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 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"> |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
3 <modelVersion>4.0.0</modelVersion> | 2 <modelVersion>4.0.0</modelVersion> |
4 | 3 |
5 <groupId>org.dive4elements.river</groupId> | 4 <groupId>org.dive4elements.river</groupId> |
6 <artifactId>river-artifacts</artifactId> | 5 <artifactId>river-artifacts</artifactId> |
7 <version>1.0-SNAPSHOT</version> | 6 <version>1.0-SNAPSHOT</version> |
15 </properties> | 14 </properties> |
16 | 15 |
17 <build> | 16 <build> |
18 <plugins> | 17 <plugins> |
19 <plugin> | 18 <plugin> |
20 <groupId>org.apache.maven.plugins</groupId> | 19 <groupId>org.apache.maven.plugins</groupId> |
21 <artifactId>maven-compiler-plugin</artifactId> | 20 <artifactId>maven-compiler-plugin</artifactId> |
22 <version>2.0.2</version> | 21 <version>2.0.2</version> |
23 <configuration> | 22 <configuration> |
24 <source>1.7</source> | 23 <source>1.7</source> |
25 <target>1.7</target> | 24 <target>1.7</target> |
26 </configuration> | 25 </configuration> |
27 </plugin> | 26 </plugin> |
28 <plugin> | 27 <plugin> |
29 <groupId>org.apache.maven.plugins</groupId> | 28 <groupId>org.apache.maven.plugins</groupId> |
30 <artifactId>maven-javadoc-plugin</artifactId> | 29 <artifactId>maven-javadoc-plugin</artifactId> |
31 <version>2.8.1</version> | 30 <version>2.8.1</version> |
45 </plugins> | 44 </plugins> |
46 </build> | 45 </build> |
47 | 46 |
48 <dependencies> | 47 <dependencies> |
49 <dependency> | 48 <dependency> |
49 <groupId>simply_glamorous.jar</groupId> | |
50 <artifactId>simply_glamorous</artifactId> | |
51 <version>0</version> | |
52 <scope>system</scope> | |
53 <systemPath>${project.basedir}/contrib/fonts/simply_glamorous.jar</systemPath> | |
54 </dependency> | |
55 <dependency> | |
56 <groupId>roboto.jar</groupId> | |
57 <artifactId>roboto</artifactId> | |
58 <version>0</version> | |
59 <scope>system</scope> | |
60 <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath> | |
61 </dependency> | |
62 <dependency> | |
50 <groupId>net.sf.ehcache</groupId> | 63 <groupId>net.sf.ehcache</groupId> |
51 <artifactId>ehcache-core</artifactId> | 64 <artifactId>ehcache-core</artifactId> |
52 <version>2.4.2</version> | 65 <version>2.4.2</version> |
53 </dependency> | 66 </dependency> |
54 <dependency> | 67 <dependency> |
111 <groupId>com.h2database</groupId> | 124 <groupId>com.h2database</groupId> |
112 <artifactId>h2</artifactId> | 125 <artifactId>h2</artifactId> |
113 <version>1.3.158</version> | 126 <version>1.3.158</version> |
114 </dependency> | 127 </dependency> |
115 <dependency> | 128 <dependency> |
116 <groupId>commons-io</groupId> | 129 <groupId>commons-io</groupId> |
117 <artifactId>commons-io</artifactId> | 130 <artifactId>commons-io</artifactId> |
118 <version>2.4</version> | 131 <version>2.4</version> |
119 </dependency> | 132 </dependency> |
120 <dependency> | 133 <dependency> |
121 <groupId>org.geotools</groupId> | 134 <groupId>org.geotools</groupId> |
122 <artifactId>gt-shapefile</artifactId> | 135 <artifactId>gt-shapefile</artifactId> |
123 <version>2.7.2</version> | 136 <version>2.7.2</version> |
169 <version>1.6.0</version> | 182 <version>1.6.0</version> |
170 </dependency> | 183 </dependency> |
171 </dependencies> | 184 </dependencies> |
172 <repositories> | 185 <repositories> |
173 <repository> | 186 <repository> |
174 <id>jboss-repo2</id> | 187 <id>jboss-repo2</id> |
175 <name>JBoss repo2</name> | 188 <name>JBoss repo2</name> |
176 <url>http://repository.jboss.org/nexus/content/groups/public/</url> | 189 <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
177 </repository> | 190 </repository> |
178 <repository> | 191 <repository> |
179 <id>gt2.repo</id> | 192 <id>gt2.repo</id> |
180 <name>GeoTools2 Repository including JTS</name> | 193 <name>GeoTools2 Repository including JTS</name> |
181 <url>http://download.osgeo.org/webdav/geotools</url> | 194 <url>http://download.osgeo.org/webdav/geotools</url> |