File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 179179 <groupId >jakarta.annotation</groupId >
180180 <artifactId >jakarta.annotation-api</artifactId >
181181 </dependency >
182+ <dependency >
183+ <groupId >org.junit.jupiter</groupId >
184+ <artifactId >junit-jupiter-api</artifactId >
185+ <scope >test</scope >
186+ </dependency >
187+ <dependency >
188+ <groupId >org.junit.jupiter</groupId >
189+ <artifactId >junit-jupiter-engine</artifactId >
190+ <scope >test</scope >
191+ </dependency >
192+ <dependency >
193+ <groupId >org.junit.platform</groupId >
194+ <artifactId >junit-platform-launcher</artifactId >
195+ <scope >test</scope >
196+ </dependency >
197+ <dependency >
198+ <groupId >org.junit.jupiter</groupId >
199+ <artifactId >junit-jupiter-params</artifactId >
200+ <scope >test</scope >
201+ </dependency >
182202 </dependencies >
183203</project >
You can’t perform that action at this time.
0 commit comments