[java-support] branch master updated: Replace accidental Spring Resource dependency.

Scott Cantor cantor.2 at osu.edu
Mon May 8 14:20:25 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=4aef5fa10c41a3fb0b58d3f368da82fb38c0fc42

The following commit(s) were added to refs/heads/master by this push:
       new  4aef5fa   Replace accidental Spring Resource dependency.
4aef5fa is described below

commit 4aef5fa10c41a3fb0b58d3f368da82fb38c0fc42
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 8 14:20:24 2017 -0400

    Replace accidental Spring Resource dependency.
---
 .../net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java b/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
index 2bb4a3f..f33d923 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
@@ -28,12 +28,12 @@ import javax.script.ScriptException;
 
 import net.shibboleth.utilities.java.support.annotation.ParameterName;
 import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
+import net.shibboleth.utilities.java.support.resource.Resource;
 import net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator;
 import net.shibboleth.utilities.java.support.scripting.EvaluableScript;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.springframework.core.io.Resource;
 
 import com.google.common.base.Predicate;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list