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 6060 <artifactId >javax.annotation-api</artifactId >
6161 <version >${javax.annotation-api.version} </version >
6262 </dependency >
63- <dependency >
64- <groupId >com.google.errorprone</groupId >
65- <artifactId >error_prone_annotations</artifactId >
66- <version >${errorprone.version} </version >
67- <scope >compile</scope >
68- </dependency >
69-
7063 <!-- Test Dependencies -->
7164 <dependency >
72- <groupId >org. junit.jupiter </groupId >
73- <artifactId >junit-jupiter-engine </artifactId >
74- <version >${junit.version} </version >
65+ <groupId >junit</groupId >
66+ <artifactId >junit</artifactId >
67+ <version >4.13.2 </version >
7568 <scope >test</scope >
7669 </dependency >
7770 <dependency >
8174 <scope >test</scope >
8275 </dependency >
8376 <dependency >
84- <groupId >org.junit.vintage </groupId >
85- <artifactId >junit-vintage-engine </artifactId >
77+ <groupId >org.junit.jupiter </groupId >
78+ <artifactId >junit-jupiter-api </artifactId >
8679 <version >${junit.version} </version >
8780 <scope >test</scope >
8881 </dependency >
9285 <version >1.4.4</version >
9386 <scope >test</scope >
9487 </dependency >
95- <dependency >
96- <groupId >com.google.j2objc</groupId >
97- <artifactId >j2objc-annotations</artifactId >
98- <version >${j2objc-annotations.version} </version >
99- </dependency >
10088 </dependencies >
10189
10290 <build >
You can’t perform that action at this time.
0 commit comments