[java-idp-testbed] 01/03: Add JSTL dependency to POM so IdP status page works from browser
Tom Zeller
tzeller at dragonacea.biz
Thu Sep 27 10:45:46 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=ba8702849077cd546fb455d30c9f6c777c21e871
commit ba8702849077cd546fb455d30c9f6c777c21e871
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Sep 21 10:41:06 2018 -0500
Add JSTL dependency to POM so IdP status page works from browser
Otherwise IdP status page throws
NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2b6440a..d4db189 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base</artifactId>
<version>${idp-jetty-base.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list