Skip to content

Commit 5149cd3

Browse files
committed
chore(pom.xml): rename the property to match with Spring Boot BOM.
1 parent b2dd575 commit 5149cd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>javax.validation</groupId>
2828
<artifactId>validation-api</artifactId>
29-
<version>${javax.validation.version}</version>
29+
<version>${javax-validation.version}</version>
3030
</dependency>
3131

3232
<dependency>
@@ -516,7 +516,8 @@
516516
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) -->
517517
<javax-mail.version>1.5.4</javax-mail.version>
518518

519-
<javax.validation.version>1.1.0.Final</javax.validation.version>
519+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) -->
520+
<javax-validation.version>1.1.0.Final</javax-validation.version>
520521

521522
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) -->
522523
<jetty.version>9.2.28.v20190418</jetty.version>

0 commit comments

Comments
 (0)