You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by be...@apache.org on 2022/04/05 10:02:26 UTC

[tapestry-5] branch master updated: TAP5-2719: fixing tapestry-upload dependencies

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

benw 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 372df09f6 TAP5-2719: fixing tapestry-upload dependencies
372df09f6 is described below

commit 372df09f65111bd02d608e11f21a9d0864a59033
Author: Ben Weidig <be...@netzgut.net>
AuthorDate: Tue Apr 5 12:02:18 2022 +0200

    TAP5-2719: fixing tapestry-upload dependencies
---
 tapestry-upload/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-upload/build.gradle b/tapestry-upload/build.gradle
index 88971ab46..7026fabd9 100644
--- a/tapestry-upload/build.gradle
+++ b/tapestry-upload/build.gradle
@@ -2,7 +2,7 @@ description = "File Upload component, with supporting services"
 
 dependencies {
   implementation project(':tapestry-core')
-  implementation "commons-fileupload:commons-fileupload:1.3.2"
+  api "commons-fileupload:commons-fileupload:1.3.2"
   implementation "commons-io:commons-io:2.4"
   provided "javax.servlet:javax.servlet-api:${versions.servletapi}"