[java-opensaml COMMIT] /trunk/opensaml-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 18 19:22:15 EST 2013


Author: putmanb
Date: Fri Jan 18 19:22:15 2013
New Revision: 3156

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3156&view=rev
Log:
Add old Apache Commons HTTP client 3.1 back in to saml-impl fix broken build.
soap-api was changed to 4.2 for the new SOAP client, but current HTTP metadata providers are not ported to that yet.
This is temporary and TODO'ed.

Modified:
    trunk/opensaml-saml-impl/pom.xml

Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=3156&r1=3155&r2=3156&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Fri Jan 18 19:22:15 2013
@@ -29,6 +29,19 @@
         <dependency>
             <groupId>org.owasp.esapi</groupId>
             <artifactId>esapi</artifactId>
+        </dependency>
+        
+        <dependency>
+            <!-- TODO this needs to be replaced with the v4 client -->
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Provided Dependencies -->



More information about the commits mailing list