From: lajoie Date: Mon, 23 Aug 2010 12:37:32 +0000 (+0000) Subject: Update 3rd party libs - SIDP-402 X-Git-Tag: v2.2.0^2~13 X-Git-Url: https://repo.niif.hu/gitweb/gitweb.cgi?p=java-idp.git;a=commitdiff_plain;h=26ad925c6551ea151e9e2bc1454452753cab3a0c Update 3rd party libs - SIDP-402 git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2942 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- diff --git a/doc/RELEASE-NOTES.txt b/doc/RELEASE-NOTES.txt index 876d1de..32976da 100644 --- a/doc/RELEASE-NOTES.txt +++ b/doc/RELEASE-NOTES.txt @@ -1,5 +1,6 @@ Changes in Release 2.2.0 ============================================= +[SIDP-402] - Update 3rd party libraries for 2.2 release [SIDP-397] - Remove any unit test that won't be fixed in the 2.X branch, fix the rest [SIDP-396] - Previous session LoginHandler used even if authentication method has expired [SIDP-392] - NullPointerException in LoginContext when authentication method information is null diff --git a/pom.xml b/pom.xml index aec6ee4..414741d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,12 @@ their users. This information is then read and acted upon by Service Providers. + + UTF-8 + org.apache.xerces + 2.10.0 + + shibboleth.internet2.edu @@ -42,37 +48,38 @@ shibboleth-common 1.2.0 + + javax.servlet servlet-api 2.4 + provided - - - org.apache.xerces + ${xerces.groupId} xml-apis - 2.9.1 + ${xerces.version} runtime - org.apache.xerces + ${xerces.groupId} xercesImpl - 2.9.1 + ${xerces.version} runtime - org.apache.xerces + ${xerces.groupId} resolver - 2.9.1 + ${xerces.version} runtime - org.apache.xerces + ${xerces.groupId} serializer - 2.9.1 + ${xerces.version} runtime @@ -83,14 +90,8 @@ org.apache.ant - ant - 1.7.0 - runtime - - - org.apache.ant ant-nodeps - 1.7.0 + 1.7.1 runtime @@ -139,8 +140,8 @@ org.springframework - spring-mock - 2.0.8 + spring-test + 2.5.6.SEC02 test