[java-idp-testbed] branch main updated: Add direct reference to apache-jstl.

Scott Cantor cantor.2 at osu.edu
Tue Nov 2 18:30:37 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-testbed.

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

The following commit(s) were added to refs/heads/main by this push:
     new e60a75e  Add direct reference to apache-jstl.
e60a75e is described below

commit e60a75e60cec31be0fa8ff6228dbb03deac8ac19
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 2 14:30:35 2021 -0400

    Add direct reference to apache-jstl.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c43b09..4878d03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,6 +238,7 @@
             <scope>runtime</scope>
         </dependency>
 
+        <!-- Don't know why we have to directly include this. -->
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>apache-jsp</artifactId>
@@ -245,6 +246,14 @@
             <scope>provided</scope>
         </dependency>
 
+        <!-- Don't know why we have to directly include this. -->
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>apache-jstl</artifactId>
+            <version>${jetty.version}</version>
+            <scope>provided</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>jakarta.json</artifactId>

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


More information about the commits mailing list