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

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

commit 990bbfc25c2b9e5a288827ea7f9a5e648b1122de
Author: radhikakundam <[email protected]>
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
---
 webapp/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index d6fd3fcb6..7d2d4c952 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