Repository: atlas Updated Branches: refs/heads/branch-0.8 7a64f612e -> ac7c5e11d
ATLAS-2812: Upgrade commons-fileupload to 1.3.3 Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/ac7c5e11 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/ac7c5e11 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/ac7c5e11 Branch: refs/heads/branch-0.8 Commit: ac7c5e11d7de761ba8dba2499260f7f0d54ee409 Parents: 7a64f61 Author: Sarath Subramanian <[email protected]> Authored: Fri Aug 10 14:19:45 2018 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Fri Aug 10 14:19:45 2018 -0700 ---------------------------------------------------------------------- graphdb/titan0/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/ac7c5e11/graphdb/titan0/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml index 9dd1678..19642bd 100644 --- a/graphdb/titan0/pom.xml +++ b/graphdb/titan0/pom.xml @@ -162,6 +162,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.3</version> + </dependency> + </dependencies> <build>
