瀏覽代碼

use graalvm version

tags/2.0.1
Jonathan Cobb 4 年之前
父節點
當前提交
5184043901
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      pom.xml

+ 3
- 3
pom.xml 查看文件

@@ -85,20 +85,20 @@ cobbzilla-utils is available under the Apache License, version 2: http://www.apa
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.graalvm.js/js-scriptengine -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.graalvm.truffle/truffle-api -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-api</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>

<dependency>


Loading…
取消
儲存