Repository: atlas Updated Branches: refs/heads/branch-1.0 131208766 -> 0212b56a4
ATLAS-2812: Upgrade commons-fileupload to 1.3.3 (cherry picked from commit e0ac86961146af217696493f170b4b20836cd6ce) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/0212b56a Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/0212b56a Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/0212b56a Branch: refs/heads/branch-1.0 Commit: 0212b56a400283f96028b77e9b5526d8c23b147d Parents: 1312087 Author: Sarath Subramanian <[email protected]> Authored: Fri Aug 10 14:29:32 2018 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Fri Aug 10 14:43:43 2018 -0700 ---------------------------------------------------------------------- addons/hbase-bridge/pom.xml | 5 +++++ test-tools/pom.xml | 6 ++++++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/0212b56a/addons/hbase-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml index c10622e..84f05b9 100644 --- a/addons/hbase-bridge/pom.xml +++ b/addons/hbase-bridge/pom.xml @@ -212,6 +212,11 @@ <version>${hadoop.version}</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.3</version> + </dependency> </dependencies> <profiles> http://git-wip-us.apache.org/repos/asf/atlas/blob/0212b56a/test-tools/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 5af6003..ddc46ca 100644 --- a/test-tools/pom.xml +++ b/test-tools/pom.xml @@ -69,6 +69,12 @@ <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> </dependency> + + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.3</version> + </dependency> </dependencies> <build>
