You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/02 07:42:56 UTC

[tomee-tck] branch jakartaee9-tck updated: Add taglibs for missing jakarta.servlet.jsp.jstl.fmt.LocaleSupport

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 7cfa656  Add taglibs for missing jakarta.servlet.jsp.jstl.fmt.LocaleSupport
7cfa656 is described below

commit 7cfa65658feab53d8cc8e5a4f0a060460f0c517c
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 00:42:30 2021 -0700

    Add taglibs for missing jakarta.servlet.jsp.jstl.fmt.LocaleSupport
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index e08f06e..52314f6 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -202,6 +202,7 @@ abstract class CommandSupport {
         builder.append("servlet-api.jar")
         builder.append("websocket-api.jar")
         builder.append("jakarta.faces-*.jar")
+        builder.append("taglibs-shade-*.jar")
         builder.append("el-api.jar")
         builder.append("jakarta.annotation-api-*.jar")
         builder.append("jakarta.validation-api-*.jar")