Skip to content

Commit

Permalink
TAP5-2719: fixing tapestry-upload dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benweidig committed Apr 5, 2022
1 parent c0d888e commit 372df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapestry-upload/build.gradle
Expand Up @@ -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}"

Expand Down

0 comments on commit 372df09

Please sign in to comment.