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

This commit is contained in:
James Brown 2019-05-02 12:08:24 +01:00 committed by Shams Asari
parent 4838fb1bee
commit 2365276597

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"