File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 <artifactId >jetty-maven-plugin</artifactId >
3939 <version >${jetty.version} </version >
4040 <configuration >
41- <reload >automatic</reload >
42- <scanIntervalSeconds >1</scanIntervalSeconds >
41+ <!-- On some configs this causes shutdown of context on -->
42+ <!-- a page load so disabled. -->
43+ <!-- <reload>automatic</reload> -->
44+ <!-- <scanIntervalSeconds>1</scanIntervalSeconds> -->
4345 </configuration >
4446 </plugin >
4547 </plugins >
5254 <version >4.0.0</version >
5355 <scope >provided</scope >
5456 </dependency >
55- <dependency >
56- <groupId >org.eclipse.jetty</groupId >
57- <artifactId >jetty-io</artifactId >
58- <version >${jetty.version} </version >
59- </dependency >
57+ <!-- See comment at jetty plugin -->
58+ <!-- <dependency> -->
59+ <!-- <groupId>org.eclipse.jetty</groupId> -->
60+ <!-- <artifactId>jetty-io</artifactId> -->
61+ <!-- <version>${jetty.version}</version> -->
62+ <!-- </dependency> -->
6063 <dependency >
6164 <groupId >org.thymeleaf</groupId >
6265 <artifactId >thymeleaf</artifactId >
You can’t perform that action at this time.
0 commit comments