File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
34 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
45 <packaging >pom</packaging >
56 <modelVersion >4.0.0</modelVersion >
9495 <!-- test dependencies -->
9596 <dependency >
9697 <groupId >org.junit.jupiter</groupId >
97- <artifactId >junit-jupiter-engine </artifactId >
98+ <artifactId >junit-jupiter</artifactId >
9899 <version >${junit-jupiter.version} </version >
99100 <scope >test</scope >
100101 </dependency >
317318 <configuration >
318319 <rules >
319320 <requirePluginVersions >
320- <unCheckedPluginList >org.springframework.boot:spring-boot-maven-plugin
321+ <unCheckedPluginList >
322+ org.springframework.boot:spring-boot-maven-plugin
321323 </unCheckedPluginList >
322324 </requirePluginVersions >
323325 </rules >
428430 <module >benchmarks</module >
429431 <module >integration-tests</module >
430432 </modules >
433+ <dependencyManagement >
434+ <dependencies >
435+ <dependency >
436+ <groupId >org.junit</groupId >
437+ <artifactId >junit-bom</artifactId >
438+ <version >${junit-jupiter.version} </version >
439+ <type >pom</type >
440+ <scope >import</scope >
441+ </dependency >
442+ </dependencies >
443+ </dependencyManagement >
431444 </profile >
432445 <profile >
433446 <id >javadoc</id >
You can’t perform that action at this time.
0 commit comments