This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new cabf821f0f Fixed broken dependency for neo4j CTR
cabf821f0f is described below
commit cabf821f0feda845f9bab0c13971f062ce4fb231
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Dec 12 15:31:34 2023 -0500
Fixed broken dependency for neo4j CTR
---
neo4j-gremlin/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index 5b95fab8b2..c0da86a3bd 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -141,6 +141,10 @@ limitations under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>