ENT-3541 remove unused commons-fileupload dep (#5206)

This commit is contained in:
James Brown 2019-06-21 09:31:18 +01:00 committed by Katelyn Baker
parent 0101cdbd56
commit 29aa985362

View File

@ -18,10 +18,6 @@ dependencies {
compile "org.apache.activemq:artemis-core-client:${artemis_version}"
compile "org.apache.activemq:artemis-commons:${artemis_version}"
// For adding serialisation of file upload streams to RPC
// TODO: Remove this dependency and the code that requires it
compile "commons-fileupload:commons-fileupload:$fileupload_version"
// TypeSafe Config: for simple and human friendly config files.
compile "com.typesafe:config:$typesafe_config_version"