Skip to content

Commit

Permalink
chore: fix dependency order
Browse files Browse the repository at this point in the history
Correction for b0d74b2 commit.

Relate to #1244
  • Loading branch information
php-coder committed Feb 4, 2024
1 parent b0d74b2 commit 59f368d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
</exclusions>
</dependency>

<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/build.gradle -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>

<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/build.gradle -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -159,12 +165,6 @@
</exclusions>
</dependency>

<!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/build.gradle -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>

<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-console</artifactId>
Expand Down

0 comments on commit 59f368d

Please sign in to comment.