File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1818 ~ under the License.
1919 -->
2020<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
21- <Configure class =" org.eclipse.jetty.webapp.WebAppContext" >
21+ <Configure class =" org.eclipse.jetty.ee10. webapp.WebAppContext" >
2222 <Get name =" sessionHandler" >
23- <Get name =" sessionManager" >
24- <!-- Disable session cookies so that we can test that the admin console
25- implements URL rewriting correctly. -->
26- <Set name =" usingCookies" type =" boolean" >false</Set >
27- </Get >
23+ <!-- Disable session cookies so that we can test that the admin console
24+ implements URL rewriting correctly. -->
25+ <Set name =" usingCookies" type =" boolean" >false</Set >
2826 </Get >
2927</Configure >
Original file line number Diff line number Diff line change 434434 </executions >
435435 </plugin >
436436 <plugin >
437- <groupId >org.eclipse.jetty</groupId >
438- <artifactId >jetty-maven-plugin</artifactId >
437+ <groupId >org.eclipse.jetty.ee10 </groupId >
438+ <artifactId >jetty-ee10- maven-plugin</artifactId >
439439 <configuration >
440440 <webXml >conf/web.xml</webXml >
441441 <contextXml >conf/jetty.xml</contextXml >
Original file line number Diff line number Diff line change 12071207 <version >0.3.0</version >
12081208 </plugin >
12091209 <plugin >
1210- <groupId >org.eclipse.jetty</groupId >
1211- <artifactId >jetty-maven-plugin</artifactId >
1210+ <groupId >org.eclipse.jetty.ee10 </groupId >
1211+ <artifactId >jetty-ee10- maven-plugin</artifactId >
12121212 <version >${jetty.version} </version >
12131213 </plugin >
12141214 <plugin >
You can’t perform that action at this time.
0 commit comments