File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101
102102 <dependencyManagement >
103103 <dependencies >
104+ <dependency >
105+ <groupId >org.junit</groupId >
106+ <artifactId >junit-bom</artifactId >
107+ <version >${junit.version} </version >
108+ <type >pom</type >
109+ <scope >import</scope >
110+ </dependency >
104111 <dependency >
105112 <groupId >tools.jackson</groupId >
106113 <artifactId >jackson-bom</artifactId >
143150 <artifactId >jspecify</artifactId >
144151 <version >${jspecify.version} </version >
145152 </dependency >
146- <dependency >
147- <groupId >org.junit.jupiter</groupId >
148- <artifactId >junit-jupiter-api</artifactId >
149- <version >${junit.version} </version >
150- </dependency >
151- <dependency >
152- <groupId >org.junit.jupiter</groupId >
153- <artifactId >junit-jupiter-engine</artifactId >
154- <version >${junit.version} </version >
155- </dependency >
156- <dependency >
157- <groupId >org.junit.jupiter</groupId >
158- <artifactId >junit-jupiter-params</artifactId >
159- <version >${junit.version} </version >
160- </dependency >
161153 <dependency >
162154 <groupId >org.mockito</groupId >
163155 <artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments