comparison pom.xml @ 0:a1db30b33f43

Moved the experimental branch 'work-on-gwt' of the console-client to an own module 'http-client' and removed the console-client. http-client/trunk@1323 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Feb 2011 10:31:40 +0000
parents
children 337eddebc88a
comparison
equal deleted inserted replaced
-1:000000000000 0:a1db30b33f43
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.artifacts.httpclient</groupId>
6 <artifactId>http-client</artifactId>
7 <version>1.0-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <name>http-client</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 <repositories>
32 <repository>
33 <id>maven-restlet</id>
34 <name>Public online Restlet repository</name>
35 <url>http://maven.restlet.org</url>
36 </repository>
37 </repositories>
38
39 <dependencies>
40 <dependency>
41 <groupId>junit</groupId>
42 <artifactId>junit</artifactId>
43 <version>3.8.1</version>
44 <scope>test</scope>
45 </dependency>
46 <dependency>
47 <groupId>log4j</groupId>
48 <artifactId>log4j</artifactId>
49 <version>1.2.14</version>
50 </dependency>
51 <dependency>
52 <groupId>org.restlet.jse</groupId>
53 <artifactId>org.restlet</artifactId>
54 <version>2.0.4</version>
55 </dependency>
56 <dependency>
57 <groupId>org.restlet.jse</groupId>
58 <artifactId>org.restlet.ext.xml</artifactId>
59 <version>2.0.4</version>
60 </dependency>
61 </dependencies>
62 </project>

http://dive4elements.wald.intevation.org