This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments