Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 16f9de7

Browse files
authored
Update pom.xml
Update maven-surefire-plugin to pass Junit tests by maven
1 parent 4dd5d5d commit 16f9de7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,15 @@
8585
<version>2.2.11</version>
8686
</dependency>
8787
</dependencies>
88-
89-
</project>
88+
89+
<build>
90+
<plugins>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-surefire-plugin</artifactId>
94+
<version>2.22.0</version>
95+
</plugin>
96+
</plugins>
97+
</build>
98+
99+
</project>

0 commit comments

Comments
 (0)