mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Switch to the Maven distributed copy of the SubstrateVM annotations
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user