[java-identity-provider] branch master updated: Remove spurious joda time dependency
Rod Widdowson
rdw at steadingsoftware.com
Fri May 29 12:31:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=566a5f419fbbd7e0abfe851783bb1106de4ba941
The following commit(s) were added to refs/heads/master by this push:
new 566a5f419 Remove spurious joda time dependency
566a5f419 is described below
commit 566a5f419fbbd7e0abfe851783bb1106de4ba941
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 29 13:28:18 2020 +0100
Remove spurious joda time dependency
It was only used in writing comment and logging and wasn't part of any API
---
idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
index e2802b039..52ab96351 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
@@ -26,6 +26,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.Path;
+import java.time.Instant;
import java.util.Collections;
import java.util.Properties;
import java.util.Set;
@@ -34,7 +35,6 @@ import javax.annotation.Nonnull;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.taskdefs.Copy;
-import org.joda.time.Instant;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContextInitializer;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list