[java-idp-jetty-base] 01/02: Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource

Tom Zeller tzeller at dragonacea.biz
Sat Jun 3 13:51:02 UTC 2023


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

tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=a4e717c497a6f426859ae70fcbe9373055c31a79

commit a4e717c497a6f426859ae70fcbe9373055c31a79
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 7c18e94..b0a4a29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,6 @@
     <version>10.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.3.6</logback.version>
     </properties>
@@ -28,14 +27,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