Skip to content

Commit ef52fcd

Browse files
author
Anand Rajneesh
committed
[#9] Embedded jetty implementation
1 parent 233fe46 commit ef52fcd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
<groupId>org.springframework.boot</groupId>
2828
<artifactId>spring-boot-starter-web</artifactId>
2929
<version>${spring.version}</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-starter-tomcat</artifactId>
34+
</exclusion>
35+
</exclusions>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.springframework.boot</groupId>
39+
<artifactId>spring-boot-starter-jetty</artifactId>
40+
<version>${spring.version}</version>
3041
</dependency>
3142
<dependency>
3243
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)