Skip to content

Commit 6c1b50a

Browse files
committed
Update Maven test settings
1 parent 2978c6d commit 6c1b50a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
<swagger-codegen-maven-plugin-version>3.0.62</swagger-codegen-maven-plugin-version>
2828
<build-helper-maven-plugin-version>3.6.0</build-helper-maven-plugin-version>
29+
<maven-surefire-plugin-version>3.5.0</maven-surefire-plugin-version>
30+
<maven-failsafe-plugin-version>3.5.0</maven-failsafe-plugin-version>
2931
</properties>
3032

3133
<dependencyManagement>
@@ -82,7 +84,7 @@
8284
<!-- Testing -->
8385
<dependency>
8486
<groupId>org.junit.jupiter</groupId>
85-
<artifactId>junit-jupiter-api</artifactId>
87+
<artifactId>junit-jupiter</artifactId>
8688
<scope>test</scope>
8789
</dependency>
8890
<dependency>
@@ -186,6 +188,14 @@
186188
</execution>
187189
</executions>
188190
</plugin>
191+
<plugin>
192+
<artifactId>maven-surefire-plugin</artifactId>
193+
<version>${maven-surefire-plugin-version}</version>
194+
</plugin>
195+
<plugin>
196+
<artifactId>maven-failsafe-plugin</artifactId>
197+
<version>${maven-failsafe-plugin-version}</version>
198+
</plugin>
189199
</plugins>
190200
</build>
191201
</project>

0 commit comments

Comments
 (0)