diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6bf44c55de6d..c905f9fcaff9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -195,6 +195,7 @@ List of Contributors * [Xiao Wang](/~https://github.com/BeyonderXX) * [Piyush Ghai](/~https://github.com/piyushghai) * [Zach Boldyga](/~https://github.com/zboldyga) +* [Gordon Reid](/~https://github.com/gordon1992) Label Bot --------- diff --git a/scala-package/core/pom.xml b/scala-package/core/pom.xml index 4de65c0b361a..dd8260f23b49 100644 --- a/scala-package/core/pom.xml +++ b/scala-package/core/pom.xml @@ -138,6 +138,11 @@ INTERNAL provided + + commons-codec + commons-codec + 1.10 + commons-io commons-io diff --git a/scala-package/deploy/src/main/deploy/deploy.xml b/scala-package/deploy/src/main/deploy/deploy.xml index 7bfd20737537..fb7af108e150 100644 --- a/scala-package/deploy/src/main/deploy/deploy.xml +++ b/scala-package/deploy/src/main/deploy/deploy.xml @@ -29,5 +29,15 @@ scala-compiler SCALA_VERSION + + commons-codec + commons-codec + 1.10 + + + commons-io + commons-codec + 2.1 + diff --git a/scala-package/macros/pom.xml b/scala-package/macros/pom.xml index 52dfde181d72..aec3924e7316 100644 --- a/scala-package/macros/pom.xml +++ b/scala-package/macros/pom.xml @@ -20,11 +20,6 @@ INTERNAL provided - - commons-io - commons-io - 2.1 - diff --git a/scala-package/pom.xml b/scala-package/pom.xml index 5ba6f1f9f498..d3e7a7391757 100644 --- a/scala-package/pom.xml +++ b/scala-package/pom.xml @@ -377,6 +377,13 @@ commons-codec commons-codec 1.10 + provided + + + commons-io + commons-io + 2.1 + provided org.apache.logging.log4j