Skip to content

Commit 14554c4

Browse files
authored
Merge pull request #5 from yasokada-lc/feature/spring-boot-2.4.x
update spring-boot 2.4.3
2 parents 72ac0b4 + c37d389 commit 14554c4

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pom.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,29 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>org.springframework.boot</groupId>
8-
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.3.9.RELEASE</version>
10-
</parent>
11-
126
<groupId>com.github.JanLoebel</groupId>
137
<artifactId>json-schema-validation-starter</artifactId>
148
<version>2.1.0-SNAPSHOT</version>
159

1610
<properties>
1711
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1812
<java.version>8</java.version>
13+
<spring-boot.version>2.4.3</spring-boot.version>
1914
<json-schema-validator.version>1.0.49</json-schema-validator.version>
2015
</properties>
2116

17+
<dependencyManagement>
18+
<dependencies>
19+
<dependency>
20+
<groupId>org.springframework.boot</groupId>
21+
<artifactId>spring-boot-dependencies</artifactId>
22+
<version>${spring-boot.version}</version>
23+
<type>pom</type>
24+
<scope>import</scope>
25+
</dependency>
26+
</dependencies>
27+
</dependencyManagement>
28+
2229
<dependencies>
2330
<dependency>
2431
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)