Repository: nifi
Updated Branches:
  refs/heads/master 579078e35 -> 4ed6631ed


NIFI-5124:
- Upgrading to the latest version of commons-fileupload.

This closes #2662.

Signed-off-by: Andy LoPresto <alopre...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4ed6631e
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/4ed6631e
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/4ed6631e

Branch: refs/heads/master
Commit: 4ed6631edc716f6a0bcd92ade4074a5b952bd70b
Parents: 579078e
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Thu Apr 26 12:35:02 2018 -0400
Committer: Andy LoPresto <alopre...@apache.org>
Committed: Wed May 2 08:20:33 2018 -0700

----------------------------------------------------------------------
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml             | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/4ed6631e/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index e3771e9..c9119b8 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -74,6 +74,10 @@
                     <groupId>com.google.code.findbugs</groupId>
                     <artifactId>jsr305</artifactId>
                 </exclusion>
+                <exclusion> <!-- NIFI-5124 -->
+                    <groupId>commons-fileupload</groupId>
+                    <artifactId>commons-fileupload</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -81,6 +85,11 @@
             <artifactId>json</artifactId>
             <version>1.8</version>
         </dependency>
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+            <version>1.3.3</version>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to