ATLAS-4779: Build failures with svm jar conflicts due to Janusgraph upgrade to 0.6.3
diff --git a/webapp/pom.xml b/webapp/pom.xml
index d6fd3fc..7d2d4c9 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>