Skip to content

Commit 69e208e

Browse files
committed
pom update
1 parent b347d2b commit 69e208e

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
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>
@@ -88,6 +104,18 @@
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>

vscode/installGobPie.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)