[java-idp-jetty-base] 01/02: GEN-348 Investigate and Remove implementation classes from the jetty plugin
Rod Widdowson
rdw at steadingsoftware.com
Wed Oct 23 13:51:37 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=1ddff29023c1fb729238fff7eb2e05e894f53cff
commit 1ddff29023c1fb729238fff7eb2e05e894f53cff
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 23 13:49:49 2024 +0100
GEN-348 Investigate and Remove implementation classes from the jetty plugin
https://shibboleth.atlassian.net/browse/GEN-348
A the fields of a class we use have moved from impl to api
---
.../main/java/net/shibboleth/idp/plugin/jettybase/JettyBaseModule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-base-impl/src/main/java/net/shibboleth/idp/plugin/jettybase/JettyBaseModule.java b/jetty-base-impl/src/main/java/net/shibboleth/idp/plugin/jettybase/JettyBaseModule.java
index c462ffe..1a5085b 100644
--- a/jetty-base-impl/src/main/java/net/shibboleth/idp/plugin/jettybase/JettyBaseModule.java
+++ b/jetty-base-impl/src/main/java/net/shibboleth/idp/plugin/jettybase/JettyBaseModule.java
@@ -27,7 +27,7 @@ import org.slf4j.Logger;
import net.shibboleth.idp.Version;
import net.shibboleth.idp.installer.InstallerSupport;
-import net.shibboleth.idp.installer.impl.InstallerProperties;
+import net.shibboleth.idp.installer.InstallerProperties;
import net.shibboleth.idp.module.impl.PluginIdPModule;
import net.shibboleth.profile.module.ModuleContext;
import net.shibboleth.profile.module.ModuleException;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list