We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b816 commit d5bc484Copy full SHA for d5bc484
wren-base/pom.xml
@@ -148,6 +148,12 @@
148
<scope>test</scope>
149
</dependency>
150
151
+ <dependency>
152
+ <groupId>org.junit.jupiter</groupId>
153
+ <artifactId>junit-jupiter-engine</artifactId>
154
+ <scope>test</scope>
155
+ </dependency>
156
+
157
<dependency>
158
<groupId>org.openjdk.jmh</groupId>
159
<artifactId>jmh-core</artifactId>
wren-tests/pom.xml
@@ -122,6 +122,12 @@
122
<scope>provided</scope>
123
124
125
126
127
128
129
130
131
132
<groupId>org.testcontainers</groupId>
133
<artifactId>postgresql</artifactId>
0 commit comments