load tester beta
This commit is contained in:
+9
-2
@@ -10,8 +10,8 @@ jar.enabled = false
|
|||||||
|
|
||||||
group = 'com.eactive'
|
group = 'com.eactive'
|
||||||
version = '2.0.0'
|
version = '2.0.0'
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '11'
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 11
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
annotationProcessor
|
annotationProcessor
|
||||||
@@ -40,15 +40,21 @@ dependencies {
|
|||||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
|
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
|
||||||
|
implementation 'org.springframework.boot:spring-boot-starter-websocket'
|
||||||
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
|
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
|
||||||
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
|
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
|
||||||
implementation 'com.navercorp.lucy:lucy-xss-servlet:2.0.1'
|
implementation 'com.navercorp.lucy:lucy-xss-servlet:2.0.1'
|
||||||
|
implementation group: 'com.lmax', name: 'disruptor', version: '3.4.4'
|
||||||
|
|
||||||
// implementation 'io.springfox:springfox-boot-starter:3.0.0'
|
// implementation 'io.springfox:springfox-boot-starter:3.0.0'
|
||||||
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
|
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.apache.commons:commons-lang3:3.12.0'
|
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||||
|
implementation 'org.apache.commons:commons-math3:3.6.1'
|
||||||
implementation 'commons-io:commons-io:2.11.0'
|
implementation 'commons-io:commons-io:2.11.0'
|
||||||
implementation 'com.jayway.jsonpath:json-path:2.8.0'
|
implementation 'com.jayway.jsonpath:json-path:2.8.0'
|
||||||
implementation 'io.netty:netty-all:4.1.92.Final'
|
implementation 'io.netty:netty-all:4.1.92.Final'
|
||||||
@@ -56,6 +62,7 @@ dependencies {
|
|||||||
exclude group: 'commons-collections', module: 'commons-collections'
|
exclude group: 'commons-collections', module: 'commons-collections'
|
||||||
}
|
}
|
||||||
runtimeOnly 'com.h2database:h2:1.4.200'
|
runtimeOnly 'com.h2database:h2:1.4.200'
|
||||||
|
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
|
||||||
implementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
|
implementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
|
||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user