Switch to the Maven distributed copy of the SubstrateVM annotations

This commit is contained in:
Sanne Grinovero
2018-07-26 11:09:08 +03:00
parent dc63226aa8
commit 63bf612be1
4 changed files with 9 additions and 14 deletions

View File

@@ -35,9 +35,8 @@
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>oracle</groupId>
<artifactId>graal-svm</artifactId>
<scope>system</scope>
<groupId>org.jboss.graalvm</groupId>
<artifactId>graal-annotations</artifactId>
</dependency>
</dependencies>

View File

@@ -15,9 +15,8 @@
<dependencies>
<dependency>
<groupId>oracle</groupId>
<artifactId>graal-svm</artifactId>
<scope>system</scope>
<groupId>org.jboss.graalvm</groupId>
<artifactId>graal-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>

View File

@@ -137,11 +137,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>oracle</groupId>
<artifactId>graal-svm</artifactId>
<scope>system</scope>
<version>1</version>
<systemPath>${env.GRAALVM_HOME}/jre/lib/svm/builder/svm.jar</systemPath>
<groupId>org.jboss.graalvm</groupId>
<artifactId>graal-annotations</artifactId>
<version>1.0.0-rc4</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>

View File

@@ -14,9 +14,8 @@
<dependencies>
<dependency>
<groupId>oracle</groupId>
<artifactId>graal-svm</artifactId>
<scope>system</scope>
<groupId>org.jboss.graalvm</groupId>
<artifactId>graal-annotations</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>