File tree Expand file tree Collapse file tree
sdk-platform-java/api-common-java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070 <!-- Test Dependencies -->
7171 <dependency >
72- <groupId >org. junit.jupiter </groupId >
73- <artifactId >junit-jupiter-engine </artifactId >
74- <version >${junit.version} </version >
72+ <groupId >junit</groupId >
73+ <artifactId >junit</artifactId >
74+ <version >4.13.2 </version >
7575 <scope >test</scope >
7676 </dependency >
7777 <dependency >
8181 <scope >test</scope >
8282 </dependency >
8383 <dependency >
84- <groupId >org.junit.vintage </groupId >
85- <artifactId >junit-vintage-engine </artifactId >
84+ <groupId >org.junit.jupiter </groupId >
85+ <artifactId >junit-jupiter-api </artifactId >
8686 <version >${junit.version} </version >
8787 <scope >test</scope >
8888 </dependency >
9292 <version >1.4.4</version >
9393 <scope >test</scope >
9494 </dependency >
95- <dependency >
96- <groupId >com.google.j2objc</groupId >
97- <artifactId >j2objc-annotations</artifactId >
98- <version >${j2objc-annotations.version} </version >
99- </dependency >
10095 </dependencies >
10196
10297 <build >
You can’t perform that action at this time.
0 commit comments