graaljs 적용
This commit is contained in:
+5
-4
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.7.16'
|
||||
id 'org.springframework.boot' version '2.7.17'
|
||||
id 'io.spring.dependency-management' version '1.1.3'
|
||||
id 'java'
|
||||
// id "org.sonarqube" version "4.2.1.3168"
|
||||
@@ -49,9 +49,10 @@ dependencies {
|
||||
// implementation 'io.springfox:springfox-boot-starter:3.0.0'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||
|
||||
// implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '23.1.2'
|
||||
// implementation group: 'org.graalvm.polyglot', name: 'polyglot', version: '23.1.2'
|
||||
// runtimeOnly group: 'org.graalvm.polyglot', name: 'js-community', version: '23.1.2', ext: 'pom'
|
||||
|
||||
implementation("org.graalvm.polyglot:polyglot:24.1.0")
|
||||
implementation("org.graalvm.polyglot:js:24.1.0")
|
||||
|
||||
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'org.apache.commons:commons-math3:3.6.1'
|
||||
|
||||
Reference in New Issue
Block a user