Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c48db51

Browse files
js-scriptengine must be in classpath with GraalVM 22.2.0
1 parent 3001f2f commit c48db51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

standalone/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@
363363
<goal>build</goal>
364364
</goals>
365365
<phase>package</phase>
366-
<!-- Override classpath to ensure js and js-scriptengine are not added to the classpath.
367-
This reduces resuting image size by 22 MB (143 MB instead of 165 MB). -->
366+
<!-- Override classpath to ensure js is not added to the classpath.
367+
This reduces resuting image size by 24 MB (162 MB instead of 186 MB). -->
368368
<configuration>
369369
<classpath>
370-
${project.build.directory}/${project.build.finalName}.jar:${settings.localRepository}/oracle/dbtools/dbtools-common/${sqlcl.version}/dbtools-common-${sqlcl.version}.jar:${settings.localRepository}/org/reflections/reflections/0.10.2/reflections-0.10.2.jar:${settings.localRepository}/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar:${settings.localRepository}/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar:${settings.localRepository}/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.jar
370+
${project.build.directory}/${project.build.finalName}.jar:${settings.localRepository}/oracle/dbtools/dbtools-common/${sqlcl.version}/dbtools-common-${sqlcl.version}.jar:${settings.localRepository}/org/reflections/reflections/${reflections.version}/reflections-${reflections.version}.jar:${settings.localRepository}/org/javassist/javassist/${javassist.version}/javassist-${javassist.version}.jar:${settings.localRepository}/org/slf4j/slf4j-api/${slf4j.version}/slf4j-api-${slf4j.version}.jar:${settings.localRepository}/org/slf4j/slf4j-jdk14/${slf4j.version}/slf4j-jdk14-${slf4j.version}.jar:${settings.localRepository}/org/graalvm/js/js-scriptengine/${graalvm.version}/js-scriptengine-${graalvm.version}.jar
371371
</classpath>
372372
</configuration>
373373
</execution>

0 commit comments

Comments
 (0)