weblogic 테스트 시작
This commit is contained in:
+7
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user