Skip to content

Commit d4fb8ad

Browse files
committed
Polish POM artifact order
1 parent 20c8e54 commit d4fb8ad

File tree

2 files changed

+7
-7
lines changed
  • spring-boot-dependencies
  • spring-boot-starters/spring-boot-starter-jetty

2 files changed

+7
-7
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -935,11 +935,6 @@
935935
</exclusion>
936936
</exclusions>
937937
</dependency>
938-
<dependency>
939-
<groupId>org.eclipse.jetty.orbit</groupId>
940-
<artifactId>javax.servlet.jsp</artifactId>
941-
<version>${jetty-jsp.version}</version>
942-
</dependency>
943938
<dependency>
944939
<groupId>org.eclipse.jetty</groupId>
945940
<artifactId>jetty-util</artifactId>
@@ -950,6 +945,11 @@
950945
<artifactId>jetty-webapp</artifactId>
951946
<version>${jetty.version}</version>
952947
</dependency>
948+
<dependency>
949+
<groupId>org.eclipse.jetty.orbit</groupId>
950+
<artifactId>javax.servlet.jsp</artifactId>
951+
<version>${jetty-jsp.version}</version>
952+
</dependency>
953953
<dependency>
954954
<groupId>org.eclipse.jetty.websocket</groupId>
955955
<artifactId>javax-websocket-server-impl</artifactId>

spring-boot-starters/spring-boot-starter-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.eclipse.jetty</groupId>
23-
<artifactId>jetty-webapp</artifactId>
23+
<artifactId>jetty-jsp</artifactId>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.eclipse.jetty</groupId>
27-
<artifactId>jetty-jsp</artifactId>
27+
<artifactId>jetty-webapp</artifactId>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.eclipse.jetty.websocket</groupId>

0 commit comments

Comments
 (0)