tomcat 제외 옵션
This commit is contained in:
@@ -57,6 +57,11 @@ dependencies {
|
||||
implementation 'com.navercorp.lucy:lucy-xss-servlet:2.0.1'
|
||||
implementation group: 'com.lmax', name: 'disruptor', version: '3.4.4'
|
||||
|
||||
if (project.hasProperty("profile") && project.property("profile") == "weblogic") {
|
||||
// WebLogic 배포 시에는 톰캣을 WAR에 넣지 않음
|
||||
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
|
||||
}
|
||||
|
||||
// implementation 'io.springfox:springfox-boot-starter:3.0.0'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||
implementation 'com.hazelcast:hazelcast:4.2.8'
|
||||
|
||||
Reference in New Issue
Block a user