[java-opensaml] branch master updated: Update package reference.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 10 09:53:36 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=192489ff3c621b6aad88eed95c3111cad664ae03
The following commit(s) were added to refs/heads/master by this push:
new 192489f Update package reference.
192489f is described below
commit 192489ff3c621b6aad88eed95c3111cad664ae03
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 10 09:53:34 2019 -0400
Update package reference.
---
.../storage/impl/client/AbstractBaseClientStorageServiceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/AbstractBaseClientStorageServiceTest.java b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/AbstractBaseClientStorageServiceTest.java
index 112b846..440a3ae 100644
--- a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/AbstractBaseClientStorageServiceTest.java
+++ b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/AbstractBaseClientStorageServiceTest.java
@@ -26,8 +26,8 @@ import net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestPr
import net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy;
import net.shibboleth.utilities.java.support.resource.Resource;
import net.shibboleth.utilities.java.support.resource.TestResourceConverter;
-import net.shibboleth.utilities.java.support.security.BasicKeystoreKeyStrategy;
import net.shibboleth.utilities.java.support.security.DataSealer;
+import net.shibboleth.utilities.java.support.security.impl.BasicKeystoreKeyStrategy;
/** Base class for client storage tests. */
public class AbstractBaseClientStorageServiceTest {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list