diff flys-client/pom.xml @ 2946:1e01d3046260

Update pom dependencies for new WAS classes flys-client/trunk@4914 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Tue, 10 Jul 2012 12:25:51 +0000
parents 5885c5b8d71d
children 8c7cf6b84ba0
line wrap: on
line diff
--- a/flys-client/pom.xml	Tue Jul 10 11:11:10 2012 +0000
+++ b/flys-client/pom.xml	Tue Jul 10 12:25:51 2012 +0000
@@ -90,6 +90,11 @@
       <version>3.1</version>
     </dependency>
     <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>4.2</version>
+    </dependency>
+    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.14</version>
@@ -99,14 +104,24 @@
       <artifactId>print-lib</artifactId>
       <version>1.2-SNAPSHOT</version>
     </dependency>
+    <dependency>
+        <groupId>org.jdom</groupId>
+        <artifactId>jdom</artifactId>
+        <version>1.1.3</version>
+    </dependency>
+    <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>2.2</version>
+    </dependency>
   </dependencies>
-  
+
   <build>
     <!-- Generate compiled stuff in the folder used for developing mode --> 
     <outputDirectory>target/www/WEB-INF/classes</outputDirectory>
-    
+
     <plugins>
-      
+
       <!-- GWT Maven Plugin-->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

http://dive4elements.wald.intevation.org