Skip to content

Commit

Permalink
Run in Jetty for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Nov 11, 2022
1 parent c5144d6 commit 831fb9d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,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-jetty</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 831fb9d

Please sign in to comment.