Skip to content

Commit d5bc484

Browse files
committed
add missing junit dependency
1 parent 779b816 commit d5bc484

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

wren-base/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@
148148
<scope>test</scope>
149149
</dependency>
150150

151+
<dependency>
152+
<groupId>org.junit.jupiter</groupId>
153+
<artifactId>junit-jupiter-engine</artifactId>
154+
<scope>test</scope>
155+
</dependency>
156+
151157
<dependency>
152158
<groupId>org.openjdk.jmh</groupId>
153159
<artifactId>jmh-core</artifactId>

wren-tests/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
<scope>provided</scope>
123123
</dependency>
124124

125+
<dependency>
126+
<groupId>org.junit.jupiter</groupId>
127+
<artifactId>junit-jupiter-engine</artifactId>
128+
<scope>test</scope>
129+
</dependency>
130+
125131
<dependency>
126132
<groupId>org.testcontainers</groupId>
127133
<artifactId>postgresql</artifactId>

0 commit comments

Comments
 (0)