Graal.JS Update
Disabled Graal.JS dependency, re-add the library at any time for Graal.JS Support
This commit is contained in:
parent
479e884a06
commit
f22002e529
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
@ -243,7 +243,9 @@
|
||||||
<artifactId>webp-imageio</artifactId>
|
<artifactId>webp-imageio</artifactId>
|
||||||
<version>0.2.1</version>
|
<version>0.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
|
<!-- TODO Re-add for Graal.JS support -->
|
||||||
|
<!--<dependency>
|
||||||
<groupId>org.graalvm.js</groupId>
|
<groupId>org.graalvm.js</groupId>
|
||||||
<artifactId>js</artifactId>
|
<artifactId>js</artifactId>
|
||||||
<version>21.2.0</version>
|
<version>21.2.0</version>
|
||||||
|
@ -252,7 +254,7 @@
|
||||||
<groupId>org.graalvm.js</groupId>
|
<groupId>org.graalvm.js</groupId>
|
||||||
<artifactId>js-scriptengine</artifactId>
|
<artifactId>js-scriptengine</artifactId>
|
||||||
<version>21.2.0</version>
|
<version>21.2.0</version>
|
||||||
</dependency>
|
</dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in a new issue