mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
현재 버전에 맞게 jstl 수정
This commit is contained in:
@@ -24,7 +24,11 @@ dependencies {
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
implementation group: 'org.glassfish.web', name: 'jakarta.servlet.jsp.jstl', version: '2.0.0'
|
||||
// https://mvnrepository.com/artifact/javax.servlet/jstl
|
||||
implementation group: 'javax.servlet', name: 'jstl', version: '1.2'
|
||||
|
||||
|
||||
|
||||
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.3'
|
||||
|
||||
Reference in New Issue
Block a user