mirror of https://github.com/halo-dev/halo
chore(deps): change undertow to jetty. (#942)
parent
a179f4fc9c
commit
cd9aa23706
|
@ -75,7 +75,7 @@ dependencies {
|
|||
implementation "org.springframework.boot:spring-boot-starter-actuator"
|
||||
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
implementation "org.springframework.boot:spring-boot-starter-undertow"
|
||||
implementation "org.springframework.boot:spring-boot-starter-jetty"
|
||||
implementation "org.springframework.boot:spring-boot-starter-freemarker"
|
||||
implementation "com.sun.mail:jakarta.mail"
|
||||
|
||||
|
|
Loading…
Reference in New Issue