This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch rest
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/rest by this push:
new cd7f975 TAP5-2696: adding missing commons-io dependency to
tapestry-http
cd7f975 is described below
commit cd7f975f2cdfe22d1511e31cdb21f141034bb92e
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Fri Oct 15 19:24:51 2021 -0300
TAP5-2696: adding missing commons-io dependency to tapestry-http
---
tapestry-http/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/tapestry-http/build.gradle b/tapestry-http/build.gradle
index 8debeb9..0840bf9 100644
--- a/tapestry-http/build.gradle
+++ b/tapestry-http/build.gradle
@@ -15,6 +15,7 @@ dependencies {
provided "javax.servlet:javax.servlet-api:${versions.servletapi}"
compile "commons-codec:commons-codec:1.10"
+ compile "commons-io:commons-io:2.11.0"
testRuntime "org.hsqldb:hsqldb:1.8.0.10"