Skip to content

Commit

Permalink
Fix jetty vs tomcat conflicting setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bukajsytlos committed Nov 2, 2023
1 parent 27e7ec9 commit c44db20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ repositories {
compileJava.dependsOn(processResources)

configurations {
compile.exclude module: "spring-boot-starter-tomcat"
compile.exclude module: "tomcat-jdbc"
compile.exclude module: "assertj-core"
}

Expand Down Expand Up @@ -224,7 +222,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-amqp")
implementation("org.springframework.boot:spring-boot-starter-jetty")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-mail")
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ server:
charset: utf-8
enabled: true
force: true
jetty:
max-http-form-post-size: 367001600
forward-headers-strategy: native
tomcat:
relaxed-query-chars: "[,]" # Elide makes heave use of these and many browsers don't escape them
Expand Down

0 comments on commit c44db20

Please sign in to comment.