File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments