File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 77 <version >0.0.4-SNAPSHOT</version >
88 <dependencies >
99
10+ <!-- mockito -->
11+ <dependency >
12+ <groupId >org.mockito</groupId >
13+ <artifactId >mockito-core</artifactId >
14+ <version >5.8.0</version >
15+ <scope >test</scope >
16+ </dependency >
17+
18+ <!-- junit -->
19+ <dependency >
20+ <groupId >org.junit.jupiter</groupId >
21+ <artifactId >junit-jupiter-api</artifactId >
22+ <version >5.10.1</version >
23+ <scope >test</scope >
24+ </dependency >
25+
1026 <!-- lsp4j DAP -->
1127 <dependency >
1228 <groupId >org.eclipse.lsp4j</groupId >
88104 <artifactId >log4j-core</artifactId >
89105 <version >2.20.0</version >
90106 </dependency >
107+ <dependency >
108+ <groupId >org.junit.jupiter</groupId >
109+ <artifactId >junit-jupiter-api</artifactId >
110+ <version >5.10.1</version >
111+ <scope >compile</scope >
112+ </dependency >
113+ <dependency >
114+ <groupId >org.mockito</groupId >
115+ <artifactId >mockito-core</artifactId >
116+ <version >3.3.3</version >
117+ <scope >compile</scope >
118+ </dependency >
91119
92120 </dependencies >
93121 <properties >
You can’t perform that action at this time.
0 commit comments