weblogic 테스트 시작

This commit is contained in:
Rinjae
2025-11-26 20:58:34 +09:00
parent 1e3dee5f8f
commit bb9c8936b3
18 changed files with 791 additions and 2 deletions
+7 -1
View File
@@ -19,6 +19,8 @@ dependencies {
api 'com.eactive.elink.common:elink-common-data:4.5.5'
api fileTree(dir: "ext-libs/api", include: ["*.jar"])
// api "org.springframework:spring-context:${springVersion}"
// api "org.springframework:spring-webmvc:${springVersion}"
// api "org.springframework.security.oauth:spring-security-oauth2:2.3.8.RELEASE"
@@ -27,12 +29,16 @@ dependencies {
implementation "org.apache.httpcomponents.client5:httpclient5:5.1"
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
compileOnly 'org.slf4j:jul-to-slf4j:1.7.35'
compileOnly 'org.slf4j:jcl-over-slf4j:1.7.35'
compileOnly 'org.slf4j:log4j-over-slf4j:1.7.35'
compileOnly 'org.slf4j:slf4j-api:1.7.35'
compileOnly fileTree(dir: "ext-libs/compileOnly", include: ["*.jar"])
compileOnly "org.jdom:jdom:1.1"
compileOnly fileTree(dir: "ext-libs/compileOnly", include: ["*.jar"])
testAnnotationProcessor "org.projectlombok:lombok:1.18.28"