Repository: atlas
Updated Branches:
  refs/heads/master 2f5eac0b2 -> e0ac86961


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/e0ac8696
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/e0ac8696
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/e0ac8696

Branch: refs/heads/master
Commit: e0ac86961146af217696493f170b4b20836cd6ce
Parents: 2f5eac0
Author: Sarath Subramanian <[email protected]>
Authored: Fri Aug 10 14:29:32 2018 -0700
Committer: Sarath Subramanian <[email protected]>
Committed: Fri Aug 10 14:29:32 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/e0ac8696/addons/hbase-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index c7a59f4..82f6010 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/e0ac8696/test-tools/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index 4abd23b..e711ab5 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>

Reply via email to