[java-idp-tomcat-base] 01/03: Commit JSTL and backchannel trustany libraries

Tom Zeller tzeller at dragonacea.biz
Sat Jan 7 16:28:11 UTC 2023


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

tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.

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

commit 3fdc287e87ee0c7e061bff86833c95aa711b8abd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 6 13:17:59 2023 -0600

    Commit JSTL and backchannel trustany libraries
---
 pom.xml                                            |  40 ---------------------
 src/main/resources/tomcat-base/lib/jstl-1.2.jar    | Bin 0 -> 414240 bytes
 .../tomcat-base/lib/trustany-ssl-1.0.0.jar         | Bin 0 -> 3015 bytes
 3 files changed, 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed07a2f..34eb961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +18,7 @@
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-tomcat-base</assemblyDirectory>
-        <jstl.version>1.2</jstl.version>
         <tomcat.version>9.0.12</tomcat.version>
-        <trustany-ssl.version>1.0.0</trustany-ssl.version>
     </properties>
 
     <repositories>
@@ -82,44 +80,6 @@
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
-                    <!-- Copy Java Server Tag Library to tomcat-base/lib directory. -->
-                    <execution>
-                        <id>copy-jstl</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>javax.servlet</groupId>
-                                    <artifactId>jstl</artifactId>
-                                    <version>${jstl.version}</version>
-                                    <type>jar</type>
-                                    <outputDirectory>${assemblyDirectory}/tomcat-base/lib/</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                    <!-- Copy trustany-ssl plugin to tomcat-base/lib directory. -->
-                    <execution>
-                        <id>copy-trustany-ssl</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>net.shibboleth.utilities</groupId>
-                                    <artifactId>trustany-ssl</artifactId>
-                                    <version>${trustany-ssl.version}</version>
-                                    <type>jar</type>
-                                    <outputDirectory>${assemblyDirectory}/tomcat-base/lib/</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
                     <!-- Copy tomcat-juli to tomcat-base/bin directory. -->
                     <execution>
                         <id>copy-tomcat-juli</id>
diff --git a/src/main/resources/tomcat-base/lib/jstl-1.2.jar b/src/main/resources/tomcat-base/lib/jstl-1.2.jar
new file mode 100644
index 0000000..0fd275e
Binary files /dev/null and b/src/main/resources/tomcat-base/lib/jstl-1.2.jar differ
diff --git a/src/main/resources/tomcat-base/lib/trustany-ssl-1.0.0.jar b/src/main/resources/tomcat-base/lib/trustany-ssl-1.0.0.jar
new file mode 100644
index 0000000..3a53a63
Binary files /dev/null and b/src/main/resources/tomcat-base/lib/trustany-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