annotate gnv-artifacts/pom.xml @ 99:bb45c5097cb6

ehcache Integration for storing the chartresultvalues gnv-artifacts/trunk@146 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 28 Sep 2009 14:17:15 +0000
parents 6a825a184883
children e01c163ea5b0
rev   line source
50
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 <groupId>de.intevation.bsh.artifacts</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5 <artifactId>gnv-artifacts</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6 <packaging>jar</packaging>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 <version>1.0-SNAPSHOT</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8 <name>gnv-artifacts</name>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 <url>http://maven.apache.org</url>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10 <build>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 <plugins>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 <plugin>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13 <groupId>org.apache.maven.plugins</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14 <artifactId>maven-eclipse-plugin</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 <version>2.5.1</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
16 </plugin>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 <plugin>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18 <groupId>org.apache.maven.plugins</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 <artifactId>maven-compiler-plugin</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
20 <version>2.0.2</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
21 <configuration>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
22 <source>1.5</source>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
23 <target>1.5</target>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24 </configuration>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 </plugin>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26 </plugins>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
27 </build>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28 <dependencies>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
29 <dependency>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
30 <groupId>de.intevation.bsh.artifact-database</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 <artifactId>artifact-database</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32 <version>1.0-SNAPSHOT</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 </dependency>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
34 <dependency>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
35 <groupId>de.intevation.bsh.geo-backend</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
36 <artifactId>geo-backend</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
37 <version>1.0-SNAPSHOT</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
38 </dependency>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
39 <dependency>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
40 <groupId>junit</groupId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
41 <artifactId>junit</artifactId>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
42 <version>3.8.1</version>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
43 <scope>test</scope>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
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>
99
bb45c5097cb6 ehcache Integration for storing the chartresultvalues
Tim Englich <tim.englich@intevation.de>
parents: 94
diff changeset
65 <dependency>
bb45c5097cb6 ehcache Integration for storing the chartresultvalues
Tim Englich <tim.englich@intevation.de>
parents: 94
diff changeset
66 <groupId>net.sf.ehcache</groupId>
bb45c5097cb6 ehcache Integration for storing the chartresultvalues
Tim Englich <tim.englich@intevation.de>
parents: 94
diff changeset
67 <artifactId>ehcache</artifactId>
bb45c5097cb6 ehcache Integration for storing the chartresultvalues
Tim Englich <tim.englich@intevation.de>
parents: 94
diff changeset
68 <version>1.6.2</version>
bb45c5097cb6 ehcache Integration for storing the chartresultvalues
Tim Englich <tim.englich@intevation.de>
parents: 94
diff changeset
69 </dependency>
90
6bdef6e590d6 Added CSV-Support and do some performanceimprovments
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
70
50
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
71 </dependencies>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
72 </project>

http://dive4elements.wald.intevation.org