This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new de76fbf21 ATLAS-4940: Atlas fails to startup intermittently after
janusgraph 1.0.0 version upgrade
de76fbf21 is described below
commit de76fbf216c0e3b0d6109ed26b2571a469486c69
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]>
(cherry picked from commit 9b2d790ef3ae43a3600b3a62ec86eefe9a4f9bfe)
---
graphdb/janus/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 99882428e..62e55b678 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>