소스 검색

use graalvm version

tags/2.0.1
Jonathan Cobb 3 년 전
부모
커밋
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>


불러오는 중...
취소
저장