File tree 2 files changed +7
-7
lines changed
spring-boot-starters/spring-boot-starter-jetty 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 935
935
</exclusion >
936
936
</exclusions >
937
937
</dependency >
938
- <dependency >
939
- <groupId >org.eclipse.jetty.orbit</groupId >
940
- <artifactId >javax.servlet.jsp</artifactId >
941
- <version >${jetty-jsp.version} </version >
942
- </dependency >
943
938
<dependency >
944
939
<groupId >org.eclipse.jetty</groupId >
945
940
<artifactId >jetty-util</artifactId >
950
945
<artifactId >jetty-webapp</artifactId >
951
946
<version >${jetty.version} </version >
952
947
</dependency >
948
+ <dependency >
949
+ <groupId >org.eclipse.jetty.orbit</groupId >
950
+ <artifactId >javax.servlet.jsp</artifactId >
951
+ <version >${jetty-jsp.version} </version >
952
+ </dependency >
953
953
<dependency >
954
954
<groupId >org.eclipse.jetty.websocket</groupId >
955
955
<artifactId >javax-websocket-server-impl</artifactId >
Original file line number Diff line number Diff line change 20
20
<dependencies >
21
21
<dependency >
22
22
<groupId >org.eclipse.jetty</groupId >
23
- <artifactId >jetty-webapp </artifactId >
23
+ <artifactId >jetty-jsp </artifactId >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.eclipse.jetty</groupId >
27
- <artifactId >jetty-jsp </artifactId >
27
+ <artifactId >jetty-webapp </artifactId >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.eclipse.jetty.websocket</groupId >
You can’t perform that action at this time.
0 commit comments