comparison flys-artifacts/pom.xml @ 751:8d5bd3a08dd1

merged flys-artifacts/2.4
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:14 +0200
parents 5d0e973f203e
children 9e72d1c95b85
comparison
equal deleted inserted replaced
618:6fd6c223b81e 751:8d5bd3a08dd1
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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>de.intevation.flys.artifacts</groupId>
6 <artifactId>flys-artifacts</artifactId>
7 <version>1.0-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <name>flys-artifacts</name>
11 <url>http://maven.apache.org</url>
12
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-compiler-plugin</artifactId>
22 <version>2.0.2</version>
23 <configuration>
24 <source>1.5</source>
25 <target>1.5</target>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30
31 <dependencies>
32 <dependency>
33 <groupId>net.sf.ehcache</groupId>
34 <artifactId>ehcache-core</artifactId>
35 <version>2.4.2</version>
36 </dependency>
37 <dependency>
38 <groupId>jfree</groupId>
39 <artifactId>jfreechart</artifactId>
40 <version>1.0.13</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>trove</groupId>
50 <artifactId>trove</artifactId>
51 <version>2.1.1</version>
52 </dependency>
53 <dependency>
54 <groupId>net.sf.opencsv</groupId>
55 <artifactId>opencsv</artifactId>
56 <version>2.0</version>
57 </dependency>
58 <dependency>
59 <groupId>de.intevation.bsh.artifact-database</groupId>
60 <artifactId>artifact-database</artifactId>
61 <version>1.0-SNAPSHOT</version>
62 </dependency>
63 <dependency>
64 <groupId>de.intevation.artifacts.common</groupId>
65 <artifactId>artifacts-common</artifactId>
66 <version>1.0-SNAPSHOT</version>
67 </dependency>
68 <dependency>
69 <groupId>de.intevation.flys</groupId>
70 <artifactId>flys-backend</artifactId>
71 <version>1.0-SNAPSHOT</version>
72 </dependency>
73 <dependency>
74 <groupId>jfree</groupId>
75 <artifactId>jfreechart</artifactId>
76 <version>1.0.13</version>
77 </dependency>
78 <dependency>
79 <groupId>org.apache.xmlgraphics</groupId>
80 <artifactId>batik-dom</artifactId>
81 <version>1.7</version>
82 </dependency>
83 <dependency>
84 <groupId>org.apache.xmlgraphics</groupId>
85 <artifactId>batik-svggen</artifactId>
86 <version>1.7</version>
87 </dependency>
88 <dependency>
89 <groupId>com.lowagie</groupId>
90 <artifactId>itext</artifactId>
91 <version>2.1.7</version>
92 </dependency>
93 <dependency>
94 <groupId>org.apache.commons</groupId>
95 <artifactId>commons-math</artifactId>
96 <version>2.2</version>
97 </dependency>
98 </dependencies>
99 <repositories>
100 <repository>
101 <id>jboss-repo2</id>
102 <name>JBoss repo2</name>
103 <url>http://repository.jboss.org/maven2</url>
104 </repository>
105 </repositories>
106 </project>

http://dive4elements.wald.intevation.org