This is an automated email from the ASF dual-hosted git repository.

radhikakundam 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 de5bbd37a ATLAS-4779: Build failures with svm jar conflicts due to 
Janusgraph upgrade to 0.6.3
de5bbd37a is described below

commit de5bbd37af8ff7a6292935858ffaa54884aa0ea0
Author: radhikakundam <radhikakun...@apache.org>
AuthorDate: Mon Jul 31 18:06:54 2023 -0700

    ATLAS-4779: Build failures with svm jar conflicts due to Janusgraph upgrade 
to 0.6.3
    
    (cherry picked from commit 990bbfc25c2b9e5a288827ea7f9a5e648b1122de)
---
 webapp/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index 5bfb6d437..8bfd24557 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -101,6 +101,10 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty-handler</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.graalvm.nativeimage</groupId>
+                    <artifactId>svm</artifactId>
+                </exclusion>
             </exclusions>
             <type>pom</type>
         </dependency>
@@ -460,6 +464,12 @@
             <artifactId>atlas-graphdb-common</artifactId>
             <classifier>tests</classifier>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.graalvm.nativeimage</groupId>
+                    <artifactId>svm</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

Reply via email to