Skip to content

Commit c670230

Browse files
authored
Merge pull request #241 from entur/fix_unit_test_config
Fix unit test Maven config
2 parents db824ef + 7ced62b commit c670230

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
5959
<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>
60-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
60+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
6161
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
6262
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
6363
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
@@ -99,6 +99,9 @@
9999
<artifactId>guava</artifactId>
100100
<version>${guava.version}</version>
101101
</dependency>
102+
103+
104+
<!-- testing -->
102105
<dependency>
103106
<groupId>org.junit.jupiter</groupId>
104107
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)