Skip to content

Commit

Permalink
SAK-33497 Remove conflicting commons-fileupload (#4903)
Browse files Browse the repository at this point in the history
The version of commons-fileupload was explicitly set in the access-impl/impl/pom.xml file although would result in it getting used at compile time would result in the newer version getting used at runtime due to the fact that it’s a provided dependency so it uses the shared version from the shared class loader in tomcat.

The used version is defined in master/pom.xml and is currently set at 1.3.3

(cherry picked from commit 55760da)
  • Loading branch information
buckett authored and ottenhoff committed Nov 26, 2017
1 parent 150a738 commit 810175c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion access/access-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.velocity</groupId>
Expand Down

0 comments on commit 810175c

Please sign in to comment.