ATLAS-4779: Build failures with svm jar conflicts due to Janusgraph upgrade to 0.6.3

This commit is contained in:
radhikakundam 2023-07-31 18:06:54 -07:00
parent 9f013a9499
commit 990bbfc25c
1 changed files with 10 additions and 0 deletions

View File

@ -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>