[java-identity-provider] branch maint-3.4 updated: Replace missing import.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 11 18:50:27 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=80be765bc3312f03231571a0afd4b7da0d56f9f2
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 80be765 Replace missing import.
80be765 is described below
commit 80be765bc3312f03231571a0afd4b7da0d56f9f2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 11 18:50:24 2018 -0500
Replace missing import.
---
.../profile/spring/relyingparty/metadata/ResourceMetadataParserTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ResourceMetadataParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ResourceMetadataParserTest.java
index 490ff2e..f50692e 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ResourceMetadataParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ResourceMetadataParserTest.java
@@ -28,6 +28,7 @@ import org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver;
import org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver;
import org.opensaml.saml.saml2.metadata.EntityDescriptor;
import org.springframework.beans.factory.BeanCreationException;
+import org.springframework.core.io.ClassPathResource;
import org.springframework.mock.env.MockPropertySource;
import org.testng.Assert;
import org.testng.annotations.Test;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list