Fix: Tomcat WAS 취약점 조치

This commit is contained in:
yongfire38
2023-03-13 15:35:04 +09:00
parent 40a4a08ed6
commit 0cf31a50e8
9 changed files with 24 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ ext {
dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.apache.tomcat:tomcat-annotations-api:9.0.73'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.73'
implementation 'org.apache.tomcat.embed:tomcat-embed-el:9.0.73'
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.73'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}