Skip to content

Commit f5a46db

Browse files
Update pom.xml
1 parent 0869fe7 commit f5a46db

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
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>
5044
<dependency>
5145
<groupId>org.processing</groupId>
5246
<artifactId>core</artifactId>
@@ -64,22 +58,14 @@
6458
</dependency>
6559
<dependency>
6660
<groupId>org.junit.jupiter</groupId>
67-
<artifactId>junit-jupiter-engine</artifactId>
68-
<version>5.2.0</version>
69-
<scope>test</scope>
61+
<artifactId>junit-jupiter</artifactId>
62+
<version>${junit-jupiter.version}</version>
7063
</dependency>
71-
<dependency>
7264
<groupId>org.junit.platform</groupId>
7365
<artifactId>junit-platform-runner</artifactId>
7466
<version>1.2.0</version>
7567
<scope>test</scope>
7668
</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>
8369
<dependency>
8470
<groupId>org.jacoco</groupId>
8571
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)