Skip to content

Commit

Permalink
🐛 Add truffle-runtime to restheart.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Mar 16, 2024
1 parent 46b55a0 commit 2e6a5d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@
<artifactId>truffle-compiler</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
Expand Down
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,18 +383,6 @@
<version>${graalvm.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-runtime</artifactId>
<version>${graalvm.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
<version>${graalvm.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>collections</artifactId>
Expand Down Expand Up @@ -539,6 +527,7 @@
<exclude>**/IT*.java</exclude>
</excludes>
<trimStackTrace>true</trimStackTrace>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 2e6a5d3

Please sign in to comment.