# HG changeset patch # User Bjoern Ricks # Date 1341923151 0 # Node ID 1e01d30462602a2c9dd66414c5b6e9dbdab42df6 # Parent 927a3bd932d5fdfa42179761ada89bf382c6af81 Update pom dependencies for new WAS classes flys-client/trunk@4914 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 927a3bd932d5 -r 1e01d3046260 flys-client/ChangeLog --- 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 + + * 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 + + * 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 * pom.xml: Bumped GWT from 2.3 up to 2.4 which is the current stable. diff -r 927a3bd932d5 -r 1e01d3046260 flys-client/pom.xml --- 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 @@ 3.1 + org.apache.httpcomponents + httpclient + 4.2 + + log4j log4j 1.2.14 @@ -99,14 +104,24 @@ print-lib 1.2-SNAPSHOT + + org.jdom + jdom + 1.1.3 + + + commons-io + commons-io + 2.2 + - + target/www/WEB-INF/classes - + - + org.codehaus.mojo