Skip to content

Commit e065710

Browse files
Update pom.xml
1 parent f5a46db commit e065710

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
</repository>
4242
</distributionManagement>
4343
<dependencies>
44+
<dependency>
45+
<groupId>org.junit.jupiter</groupId>
46+
<artifactId>junit-jupiter-params</artifactId>
47+
<version>5.10.0</version>
48+
<scope>test</scope>
49+
</dependency>
4450
<dependency>
4551
<groupId>org.processing</groupId>
4652
<artifactId>core</artifactId>
@@ -58,14 +64,22 @@
5864
</dependency>
5965
<dependency>
6066
<groupId>org.junit.jupiter</groupId>
61-
<artifactId>junit-jupiter</artifactId>
62-
<version>${junit-jupiter.version}</version>
67+
<artifactId>junit-jupiter-engine</artifactId>
68+
<version>5.2.0</version>
69+
<scope>test</scope>
6370
</dependency>
71+
<dependency>
6472
<groupId>org.junit.platform</groupId>
6573
<artifactId>junit-platform-runner</artifactId>
6674
<version>1.2.0</version>
6775
<scope>test</scope>
6876
</dependency>
77+
<dependency>
78+
<groupId>org.junit.jupiter</groupId>
79+
<artifactId>junit-jupiter-api</artifactId>
80+
<version>5.9.1</version>
81+
<scope>test</scope>
82+
</dependency>
6983
<dependency>
7084
<groupId>org.jacoco</groupId>
7185
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)