This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 9b2d790ef ATLAS-4940: Atlas fails to startup intermittently after
janusgraph 1.0.0 version upgrade
9b2d790ef is described below
commit 9b2d790ef3ae43a3600b3a62ec86eefe9a4f9bfe
Author: Pinal Shah <[email protected]>
AuthorDate: Wed Dec 11 23:07:25 2024 +0700
ATLAS-4940: Atlas fails to startup intermittently after janusgraph 1.0.0
version upgrade
Signed-off-by: Pinal Shah <[email protected]>
---
graphdb/janus/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 7a070d45d..b5242e01e 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -150,6 +150,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.noggit</groupId>
+ <artifactId>noggit</artifactId>
+ </exclusion>
</exclusions>
</dependency>