tomcat 제외 옵션

This commit is contained in:
Rinjae
2025-09-19 15:27:46 +09:00
parent 956f67077c
commit 5025a26e7f
+5
View File
@@ -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'