Skip to content

Commit 59f368d

Browse files
committed
chore: fix dependency order
Correction for b0d74b2 commit. Relate to #1244
1 parent b0d74b2 commit 59f368d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@
141141
</exclusions>
142142
</dependency>
143143

144+
<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/build.gradle -->
145+
<dependency>
146+
<groupId>org.springframework.boot</groupId>
147+
<artifactId>spring-boot-starter-validation</artifactId>
148+
</dependency>
149+
144150
<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/build.gradle -->
145151
<dependency>
146152
<groupId>org.springframework.boot</groupId>
@@ -159,12 +165,6 @@
159165
</exclusions>
160166
</dependency>
161167

162-
<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/build.gradle -->
163-
<dependency>
164-
<groupId>org.springframework.boot</groupId>
165-
<artifactId>spring-boot-starter-validation</artifactId>
166-
</dependency>
167-
168168
<dependency>
169169
<groupId>org.togglz</groupId>
170170
<artifactId>togglz-console</artifactId>

0 commit comments

Comments
 (0)