Skip to content

Commit

Permalink
Merge pull request #1 from protean-project/GraalAnnotations
Browse files Browse the repository at this point in the history
Switch to the Maven distributed copy of the SubstrateVM annotations
  • Loading branch information
stuartwdouglas authored Jul 26, 2018
2 parents dc63226 + 63bf612 commit 1334f60
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
5 changes: 2 additions & 3 deletions jaxrs/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions undertow/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1334f60

Please sign in to comment.