[java-idp-jetty-base] branch 11 updated: Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource

Rod Widdowson rdw at steadingsoftware.com
Tue Nov 22 17:02:59 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw 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=f6085cde93c988b9f6ae3481b4aa1ce044c3e80b

The following commit(s) were added to refs/heads/11 by this push:
     new f6085cd  Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource
f6085cd is described below

commit f6085cde93c988b9f6ae3481b4aa1ce044c3e80b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 22 17:02:53 2022 +0000

    Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource
---
 pom.xml                                                  |   9 ---------
 .../jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar         | Bin 0 -> 5503 bytes
 2 files changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92643cc..726b541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,6 @@
     <version>11.0.0-SNAPSHOT</version>
 
     <properties>
-        <jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
         <logback.version>1.4.4</logback.version>
     </properties>
@@ -45,14 +44,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <!-- Our Jetty 9 DTA plugin -->
-        <dependency>
-            <groupId>net.shibboleth.utilities.jetty9</groupId>
-            <artifactId>jetty94-dta-ssl</artifactId>
-            <version>${jetty94-dta-ssl.version}</version>
-            <optional>true</optional>
-            <scope>runtime</scope>
-        </dependency>
 
         <!-- Test Dependencies -->
 
diff --git a/src/main/resources/jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar b/src/main/resources/jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar
new file mode 100644
index 0000000..bd7b281
Binary files /dev/null and b/src/main/resources/jetty-base/lib/ext/jetty94-dta-ssl-1.0.0.jar differ

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list