Skip to content

Commit

Permalink
chore(deps): change undertow to jetty. (halo-dev#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Jul 1, 2020
1 parent a179f4f commit cd9aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cd9aa23

Please sign in to comment.