File tree Expand file tree Collapse file tree 2 files changed +5
-28
lines changed
Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change 3030 <groupId >org.jadice.gwt.spring</groupId >
3131 <artifactId >gwt-spring-boot-starter</artifactId >
3232 </dependency >
33-
3433 <dependency >
3534 <groupId >org.springframework.boot</groupId >
3635 <artifactId >spring-boot-devtools</artifactId >
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>${version.java} </maven .compiler.target>
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020
21- <spring-boot .version>3.5.8</spring-boot .version>
2221 <gwt .version>2.12.2</gwt .version>
22+
23+ <!-- Attention! the jetty version must be the same as the one defined in the spring-boot bom-->
24+ <spring-boot .version>3.5.8</spring-boot .version>
25+ <jetty .version>12.0.30</jetty .version>
26+
2327 </properties >
2428
2529 <modules >
6165 <artifactId >spring-boot-maven-plugin</artifactId >
6266 <version >${spring-boot.version} </version >
6367 </plugin >
64- <plugin >
65- <groupId >org.codehaus.mojo</groupId >
66- <artifactId >flatten-maven-plugin</artifactId >
67- <version >1.7.3</version >
68- <configuration >
69- <flattenMode >bom</flattenMode >
70- <updatePomFile >true</updatePomFile >
71- <flattenDependencyMode >all</flattenDependencyMode >
72- </configuration >
73- <executions >
74- <execution >
75- <id >flatten</id >
76- <phase >process-resources</phase >
77- <goals >
78- <goal >flatten</goal >
79- </goals >
80- </execution >
81- <execution >
82- <id >flatten.clean</id >
83- <phase >clean</phase >
84- <goals >
85- <goal >clean</goal >
86- </goals >
87- </execution >
88- </executions >
89- </plugin >
9068 </plugins >
9169 </build >
9270
You can’t perform that action at this time.
0 commit comments