[java-opensaml COMMIT] in /trunk/opensaml-profile-api: pom.xml src/test/java/org/opensaml/profile/logic/IPRangePredic...

noreply at shibboleth.net noreply at shibboleth.net
Wed Sep 28 04:28:18 EDT 2016


Author: rdw
Date: Wed Sep 28 04:28:16 2016
New Revision: 4501

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4501&view=rev
Log:
OSJ-14 Test for issue

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

Add a (disabled) test to demonstrate issue and provide as testbed for the solution.

Added:
    trunk/opensaml-profile-api/src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java   (with props)
    trunk/opensaml-profile-api/src/test/resources/iprange.xml   (with props)
Modified:
    trunk/opensaml-profile-api/pom.xml

Modified: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=4501&r1=4500&r2=4501&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml	(original)
+++ trunk/opensaml-profile-api/pom.xml	Wed Sep 28 04:28:16 2016
@@ -42,12 +42,22 @@
         <!-- Test Dependencies -->
         <dependency>
             <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-web</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.ext</groupId>
+            <artifactId>spring-extensions</artifactId>
             <scope>test</scope>
         </dependency>
 



More information about the commits mailing list