Skip to content

Commit

Permalink
feat: switch from tomcat to undertow
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Jan 29, 2023
1 parent c17db80 commit c9e8e64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tado-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit c9e8e64

Please sign in to comment.