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'