[java-idp-jetty-base] 01/06: Move backchannel JAR out of lib/ext to dedicated directory
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 23:47:25 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 11
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=83d7a374b94cefaa9013656706e3a0127da5a146
commit 83d7a374b94cefaa9013656706e3a0127da5a146
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 18:24:17 2023 -0500
Move backchannel JAR out of lib/ext to dedicated directory
---
.../lib/{ext => idp-backchannel}/jetty94-dta-ssl-1.0.0.jar | Bin
src/main/resources/jetty-base/modules/idp-backchannel.mod | 8 +++++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar b/src/main/resources/jetty-base/lib/idp-backchannel/jetty94-dta-ssl-1.0.0.jar
similarity index 100%
rename from src/main/resources/jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar
rename to src/main/resources/jetty-base/lib/idp-backchannel/jetty94-dta-ssl-1.0.0.jar
diff --git a/src/main/resources/jetty-base/modules/idp-backchannel.mod b/src/main/resources/jetty-base/modules/idp-backchannel.mod
index 248d39f..23de613 100644
--- a/src/main/resources/jetty-base/modules/idp-backchannel.mod
+++ b/src/main/resources/jetty-base/modules/idp-backchannel.mod
@@ -1,12 +1,14 @@
[description]
-Shibboleth IdP Back-Channel
+Shibboleth IdP Dedicated SOAP Connector
[depend]
idp
[files]
-lib/ext/
-https://build.shibboleth.net/nexus/service/local/artifact/maven/redirect?r=releases&g=net.shibboleth.utilities.jetty9&a=jetty94-dta-ssl&v=1.0.0&p=jar|lib/ext/jetty94-dta-ssl-1.0.0.jar
+lib/idp-backchannel/jetty94-dta-ssl-1.0.0.jar
+
+[lib]
+lib/idp-backchannel/jetty94-dta-ssl-1.0.0.jar
[xml]
etc/idp-backchannel.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list