From 5025a26e7faf6a0dfaffcf905af9b4ac9f1a1ac0 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 19 Sep 2025 15:27:46 +0900 Subject: [PATCH] =?UTF-8?q?tomcat=20=EC=A0=9C=EC=99=B8=20=EC=98=B5?= =?UTF-8?q?=EC=85=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 7396776..3a41770 100644 --- a/build.gradle +++ b/build.gradle @@ -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'