We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d4031 commit 289e824Copy full SHA for 289e824
1 file changed
pom.xml
@@ -217,6 +217,18 @@ limitations under the License.
217
</contributors>
218
<!-- Codec only has test dependencies ATM -->
219
<dependencies>
220
+ <dependency>
221
+ <groupId>org.junit.jupiter</groupId>
222
+ <artifactId>junit-jupiter-engine</artifactId>
223
+ <version>5.6.0</version>
224
+ <scope>test</scope>
225
+ </dependency>
226
227
+ <groupId>org.junit.vintage</groupId>
228
+ <artifactId>junit-vintage-engine</artifactId>
229
230
231
232
<dependency>
233
<groupId>junit</groupId>
234
<artifactId>junit</artifactId>
0 commit comments