Skip to content

Commit c234122

Browse files
committed
chore(pom.xml): rename a property to match with Spring Boot BOM.
Should be in 5cc09ac commit. Address to #869
1 parent 414265b commit c234122

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>
4040
<artifactId>commons-lang3</artifactId>
41-
<version>${commons.lang.version}</version>
41+
<version>${commons-lang3.version}</version>
4242
</dependency>
4343

4444
<!-- Required for StringSubstitutor -->
@@ -463,7 +463,9 @@
463463
<codenarc.plugin.version>0.22-1</codenarc.plugin.version>
464464
<codenarc.version>0.27.0</codenarc.version>
465465

466-
<commons.lang.version>3.8</commons.lang.version>
466+
<!-- Redefine default value from spring-boot-dependencies -->
467+
<commons-lang3.version>3.8</commons-lang3.version>
468+
467469
<commons.text.version>1.4</commons.text.version>
468470
<compiler.plugin.version>3.7.0</compiler.plugin.version>
469471
<datagen.version>2.2.1</datagen.version>

0 commit comments

Comments
 (0)