2 parents 9cd191c + 60450a2 commit d359494Copy full SHA for d359494
2 files changed
biojava-genome/pom.xml
@@ -67,6 +67,18 @@
67
<artifactId>junit</artifactId>
68
<scope>test</scope>
69
</dependency>
70
+ <dependency>
71
+ <groupId>org.junit.jupiter</groupId>
72
+ <artifactId>junit-jupiter-engine</artifactId>
73
+ </dependency>
74
75
76
+ <artifactId>junit-jupiter-params</artifactId>
77
78
79
+ <groupId>org.junit.vintage</groupId>
80
+ <artifactId>junit-vintage-engine</artifactId>
81
82
<dependency>
83
<groupId>org.biojava</groupId>
84
<artifactId>biojava-core</artifactId>
0 commit comments