changeset 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 927a3bd932d5
children 645c774b3b98
files flys-client/ChangeLog flys-client/pom.xml
diffstat 2 files changed, 37 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Tue Jul 10 11:11:10 2012 +0000
+++ b/flys-client/ChangeLog	Tue Jul 10 12:25:51 2012 +0000
@@ -1,3 +1,22 @@
+2012-07-10	Björn Ricks	<bjoern.ricks@intevation.de>
+
+	* pom.xml: Add dependencies for jdom 1.1.3, Apache commons-io 2.2
+	  and Apache httpcomponents 4.2. All are dependencies are used in
+	  the new WAS classes.
+
+2012-07-10	Björn Ricks	<bjoern.ricks@intevation.de>
+
+	* src/main/java/de/intevation/flys/client/server/was/Assertion.java
+	  src/main/java/de/intevation/flys/client/server/was/Request.java,
+	  src/main/java/de/intevation/flys/client/server/was/Response.java,
+	  src/main/java/de/intevation/flys/client/server/was/ServiceException.java,
+	  src/main/java/de/intevation/flys/client/server/was/Signature.java,
+	  src/main/java/de/intevation/flys/client/server/was/Namespaces.java:
+	  Implement class representation of a Web Authentication Service (WAS)
+	  request and response. If the authentication is successful the WAS
+	  responses with a base64 encoded Security Assertion Markup Language (SAML)
+	  v1.0 message.
+
 2012-07-08	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
 
 	* pom.xml: Bumped GWT from 2.3 up to 2.4 which is the current stable.
--- 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