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

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 23733bc  Fixing running integration tests with Tomcat
23733bc is described below

commit 23733bc2858beed29651731f3a617339d7a590dd
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Tue Jul 6 17:14:56 2021 -0300

    Fixing running integration tests with Tomcat
    
    by adding missing tomcat-jasper dependency
---
 tapestry-runner/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tapestry-runner/build.gradle b/tapestry-runner/build.gradle
index f905c70..0913bcc 100644
--- a/tapestry-runner/build.gradle
+++ b/tapestry-runner/build.gradle
@@ -10,6 +10,7 @@ dependencies {
 
     compile "org.apache.tomcat:tomcat-catalina:${versions.tomcat}"
     compile "org.apache.tomcat:tomcat-coyote:${versions.tomcat}"
+    runtime "org.apache.tomcat:tomcat-jasper:${versions.tomcat}"
 
     compile "org.apache.tomcat:tomcat-dbcp:${versions.tomcat}"
     compile "commons-cli:commons-cli:1.2"

Reply via email to