This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 420a698062 NIFI-11429 - Upgrade Gremlin to 3.6.2
420a698062 is described below
commit 420a69806239bf842c556176c566baf664c724f8
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Apr 10 22:54:21 2023 +0300
NIFI-11429 - Upgrade Gremlin to 3.6.2
This closes #7160
Signed-off-by: Mike Thomsen <[email protected]>
---
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 8 +++++++-
.../nifi-graph-bundle/nifi-other-graph-services/pom.xml | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 7975eea1b8..7162838124 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,7 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.4.13</gremlin.version>
+ <gremlin.version>3.6.2</gremlin.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -34,6 +34,12 @@
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
<version>${gremlin.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
diff --git
a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index bb69a10c2a..d7eab90e5c 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.4.13</gremlin.version>
+ <gremlin.version>3.6.2</gremlin.version>
</properties>
<dependencies>
<dependency>
@@ -103,6 +103,12 @@
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
<version>${gremlin.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>