You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/04/24 19:17:51 UTC

nifi git commit: NIFI-5108 Updated all explicit refs and media nar usage of commons-compress to latest version and updated spring redis client

Repository: nifi
Updated Branches:
  refs/heads/master e3f472079 -> ac9944cce


NIFI-5108 Updated all explicit refs and media nar usage of commons-compress to latest version and updated spring redis client

This closes #2651.

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


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

Branch: refs/heads/master
Commit: ac9944ccee7e085cba3c0addd7d8584f3863631f
Parents: e3f4720
Author: joewitt <jo...@apache.org>
Authored: Mon Apr 23 12:23:18 2018 -0400
Committer: Andy LoPresto <al...@apache.org>
Committed: Tue Apr 24 15:16:04 2018 -0400

----------------------------------------------------------------------
 nifi-commons/nifi-flowfile-packager/pom.xml                  | 2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml               | 4 ++--
 .../nifi-media-bundle/nifi-media-processors/pom.xml          | 8 +++++++-
 nifi-nar-bundles/nifi-redis-bundle/pom.xml                   | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                | 4 ++--
 5 files changed, 13 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/ac9944cc/nifi-commons/nifi-flowfile-packager/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml
index b06c834..0622bc2 100644
--- a/nifi-commons/nifi-flowfile-packager/pom.xml
+++ b/nifi-commons/nifi-flowfile-packager/pom.xml
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.15</version>
+            <version>1.16.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/nifi/blob/ac9944cc/nifi-nar-bundles/nifi-framework-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index d5425e4..e164519 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -194,7 +194,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.16</version>
+                <version>1.17</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
@@ -594,7 +594,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.15</version>
+                <version>1.16.1</version>
             </dependency>
             <dependency>
                 <groupId>commons-net</groupId>

http://git-wip-us.apache.org/repos/asf/nifi/blob/ac9944cc/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index aa236a0..6070653 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-parsers</artifactId>
-            <version>1.16</version>
+            <version>1.17</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>
@@ -66,6 +66,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- Once Tika-Parsers 1.18 comes out this explicit dependency ref forcing 1.16.1 can be removed -->
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-compress</artifactId>
+            <version>1.16.1</version>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/nifi/blob/ac9944cc/nifi-nar-bundles/nifi-redis-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index abf2f26..e48ec39 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -28,7 +28,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>1.8.3.RELEASE</spring.data.redis.version>
+        <spring.data.redis.version>1.8.11.RELEASE</spring.data.redis.version>
     </properties>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/nifi/blob/ac9944cc/nifi-nar-bundles/nifi-standard-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index a8d2885..01d888f 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -169,7 +169,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.15</version>
+                <version>1.16.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
@@ -270,7 +270,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.16</version>
+                <version>1.17</version>
             </dependency>
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>