File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 245245 <type >pom</type >
246246 <scope >import</scope >
247247 </dependency >
248+ <dependency >
249+ <groupId >org.junit</groupId >
250+ <artifactId >junit-bom</artifactId >
251+ <version >${junit.version} </version >
252+ <type >pom</type >
253+ <scope >import</scope >
254+ </dependency >
248255 <!-- Jooby -->
249256 <dependency >
250257 <groupId >io.jooby</groupId >
10911098 <version >${jsonwebtoken.version} </version >
10921099 </dependency >
10931100
1094- <!-- Test dependencies -->
1095- <dependency >
1096- <groupId >org.junit.jupiter</groupId >
1097- <artifactId >junit-jupiter-api</artifactId >
1098- <version >${junit.version} </version >
1099- </dependency >
1100-
1101- <dependency >
1102- <groupId >org.junit.jupiter</groupId >
1103- <artifactId >junit-jupiter-engine</artifactId >
1104- <version >${junit.version} </version >
1105- </dependency >
1106-
1107- <dependency >
1108- <groupId >org.junit.jupiter</groupId >
1109- <artifactId >junit-jupiter-params</artifactId >
1110- <version >${junit.version} </version >
1111- </dependency >
1112-
11131101 <dependency >
11141102 <groupId >org.assertj</groupId >
11151103 <artifactId >assertj-core</artifactId >
16281616 <endWithNewline />
16291617 </format >
16301618 </formats >
1619+ <pom />
16311620 <java >
16321621 <googleJavaFormat >
16331622 <reflowLongStrings >true</reflowLongStrings >
Original file line number Diff line number Diff line change 176176 <dependency >
177177 <groupId >org.junit.jupiter</groupId >
178178 <artifactId >junit-jupiter-params</artifactId >
179- <version >${junit.version} </version >
180179 <scope >test</scope >
181180 </dependency >
182181 <dependency >
You can’t perform that action at this time.
0 commit comments