Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/pom.xml @ 98:156db25ad4b4
Add Statisticssupport also to VerticalProfiles
gnv-artifacts/trunk@144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Sep 2009 10:20:41 +0000 |
parents | 6a825a184883 |
children | bb45c5097cb6 |
rev | line source |
---|---|
50 | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 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 <build> | |
11 <plugins> | |
12 <plugin> | |
13 <groupId>org.apache.maven.plugins</groupId> | |
14 <artifactId>maven-eclipse-plugin</artifactId> | |
15 <version>2.5.1</version> | |
16 </plugin> | |
17 <plugin> | |
18 <groupId>org.apache.maven.plugins</groupId> | |
19 <artifactId>maven-compiler-plugin</artifactId> | |
20 <version>2.0.2</version> | |
21 <configuration> | |
22 <source>1.5</source> | |
23 <target>1.5</target> | |
24 </configuration> | |
25 </plugin> | |
26 </plugins> | |
27 </build> | |
28 <dependencies> | |
29 <dependency> | |
30 <groupId>de.intevation.bsh.artifact-database</groupId> | |
31 <artifactId>artifact-database</artifactId> | |
32 <version>1.0-SNAPSHOT</version> | |
33 </dependency> | |
34 <dependency> | |
35 <groupId>de.intevation.bsh.geo-backend</groupId> | |
36 <artifactId>geo-backend</artifactId> | |
37 <version>1.0-SNAPSHOT</version> | |
38 </dependency> | |
39 <dependency> | |
40 <groupId>junit</groupId> | |
41 <artifactId>junit</artifactId> | |
42 <version>3.8.1</version> | |
43 <scope>test</scope> | |
44 </dependency> | |
52
4d6a82b96059
First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents:
50
diff
changeset
|
45 <dependency> |
4d6a82b96059
First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents:
50
diff
changeset
|
46 <groupId>log4j</groupId> |
4d6a82b96059
First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents:
50
diff
changeset
|
47 <artifactId>log4j</artifactId> |
4d6a82b96059
First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents:
50
diff
changeset
|
48 <version>[1.2,)</version> |
4d6a82b96059
First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents:
50
diff
changeset
|
49 </dependency> |
66
bf883222b675
Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents:
52
diff
changeset
|
50 <dependency> |
bf883222b675
Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents:
52
diff
changeset
|
51 <groupId>jfree</groupId> |
bf883222b675
Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents:
52
diff
changeset
|
52 <artifactId>jfreechart</artifactId> |
bf883222b675
Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents:
52
diff
changeset
|
53 <version>1.0.7</version> |
bf883222b675
Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents:
52
diff
changeset
|
54 </dependency> |
90
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
55 <dependency> |
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
56 <groupId>net.sf.opencsv</groupId> |
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
57 <artifactId>opencsv</artifactId> |
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
58 <version>2.0</version> |
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
59 </dependency> |
94
6a825a184883
Remove Compile-Errors from the StatisticsPart
Tim Englich <tim.englich@intevation.de>
parents:
90
diff
changeset
|
60 <dependency> |
6a825a184883
Remove Compile-Errors from the StatisticsPart
Tim Englich <tim.englich@intevation.de>
parents:
90
diff
changeset
|
61 <groupId>commons-math</groupId> |
6a825a184883
Remove Compile-Errors from the StatisticsPart
Tim Englich <tim.englich@intevation.de>
parents:
90
diff
changeset
|
62 <artifactId>commons-math</artifactId> |
6a825a184883
Remove Compile-Errors from the StatisticsPart
Tim Englich <tim.englich@intevation.de>
parents:
90
diff
changeset
|
63 <version>1.1</version> |
6a825a184883
Remove Compile-Errors from the StatisticsPart
Tim Englich <tim.englich@intevation.de>
parents:
90
diff
changeset
|
64 </dependency> |
90
6bdef6e590d6
Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents:
66
diff
changeset
|
65 |
50 | 66 </dependencies> |
67 </project> |