Skip to content

Commit 651371f

Browse files
fix(JWT-4535): revert previous changes and explicitly define the jetty version
1 parent 08375af commit 651371f

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

example/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
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>

pom.xml

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
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>
@@ -61,32 +65,6 @@
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

0 commit comments

Comments
 (0)