[java-opensaml COMMIT] in /trunk/opensaml-security-api: pom.xml src/main/java/org/opensaml/security/httpclient/HttpCl...

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 29 21:10:17 EST 2016


Author: scantor
Date: Thu Dec 29 21:10:17 2016
New Revision: 4591

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4591&view=rev
Log:
OSJ-191 - Support for OpenSAML security features in HTTPResource layer

https://issues.shibboleth.net/jira/browse/OSJ-191

Added:
    trunk/opensaml-security-api/src/main/java/org/opensaml/security/httpclient/HttpClientSecurityContextHandler.java   (with props)
    trunk/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java   (with props)
Modified:
    trunk/opensaml-security-api/pom.xml

Modified: trunk/opensaml-security-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-api/pom.xml?rev=4591&r1=4590&r2=4591&view=diff
==============================================================================
--- trunk/opensaml-security-api/pom.xml	(original)
+++ trunk/opensaml-security-api/pom.xml	Thu Dec 29 21:10:17 2016
@@ -62,6 +62,28 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+          <groupId>${spring.groupId}</groupId>
+          <artifactId>spring-beans</artifactId>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>${spring.groupId}</groupId>
+          <artifactId>spring-test</artifactId>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.ext</groupId>
+            <artifactId>spring-extensions</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.ext</groupId>
+            <artifactId>spring-extensions</artifactId>
+            <version>${spring-extensions.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     
     <distributionManagement>



More information about the commits mailing list