Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/pom.xml @ 127:f6f0e4ce4a35
merged gnv-artifacts/0.1
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:41 +0200 |
parents | 6b9a07f758cf |
children | 1b2fc94766c9 |
comparison
equal
deleted
inserted
replaced
49:94a07d1d9316 | 127:f6f0e4ce4a35 |
---|---|
1 <?xml version="1.0"?> | |
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
3 <modelVersion>4.0.0</modelVersion> | |
4 <groupId>de.intevation.bsh.artifacts</groupId> | |
5 <artifactId>gnv-artifacts</artifactId> | |
6 <packaging>jar</packaging> | |
7 <version>1.0-SNAPSHOT</version> | |
8 <name>gnv-artifacts</name> | |
9 <url>http://maven.apache.org</url> | |
10 <properties> | |
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
12 </properties> | |
13 <build> | |
14 <plugins> | |
15 <plugin> | |
16 <groupId>org.apache.maven.plugins</groupId> | |
17 <artifactId>maven-eclipse-plugin</artifactId> | |
18 <version>2.5.1</version> | |
19 </plugin> | |
20 <plugin> | |
21 <groupId>org.apache.maven.plugins</groupId> | |
22 <artifactId>maven-compiler-plugin</artifactId> | |
23 <version>2.0.2</version> | |
24 <configuration> | |
25 <source>1.5</source> | |
26 <target>1.5</target> | |
27 </configuration> | |
28 </plugin> | |
29 </plugins> | |
30 </build> | |
31 <dependencies> | |
32 <dependency> | |
33 <groupId>de.intevation.bsh.artifact-database</groupId> | |
34 <artifactId>artifact-database</artifactId> | |
35 <version>1.0-SNAPSHOT</version> | |
36 </dependency> | |
37 <dependency> | |
38 <groupId>de.intevation.bsh.geo-backend</groupId> | |
39 <artifactId>geo-backend</artifactId> | |
40 <version>1.0-SNAPSHOT</version> | |
41 </dependency> | |
42 <dependency> | |
43 <groupId>junit</groupId> | |
44 <artifactId>junit</artifactId> | |
45 <version>3.8.1</version> | |
46 <scope>test</scope> | |
47 </dependency> | |
48 <dependency> | |
49 <groupId>log4j</groupId> | |
50 <artifactId>log4j</artifactId> | |
51 <version>[1.2,)</version> | |
52 </dependency> | |
53 <dependency> | |
54 <groupId>jfree</groupId> | |
55 <artifactId>jfreechart</artifactId> | |
56 <version>1.0.7</version> | |
57 </dependency> | |
58 <dependency> | |
59 <groupId>net.sf.opencsv</groupId> | |
60 <artifactId>opencsv</artifactId> | |
61 <version>2.0</version> | |
62 </dependency> | |
63 <dependency> | |
64 <groupId>commons-math</groupId> | |
65 <artifactId>commons-math</artifactId> | |
66 <version>1.1</version> | |
67 </dependency> | |
68 <dependency> | |
69 <groupId>net.sf.ehcache</groupId> | |
70 <artifactId>ehcache</artifactId> | |
71 <version>1.6.2</version> | |
72 </dependency> | |
73 <dependency> | |
74 <groupId>commons-validator</groupId> | |
75 <artifactId>commons-validator</artifactId> | |
76 <version>1.3.1</version> | |
77 </dependency> | |
78 <dependency> | |
79 <groupId>oro</groupId> | |
80 <artifactId>oro</artifactId> | |
81 <version>2.0.8</version> | |
82 </dependency> | |
83 </dependencies> | |
84 </project> |