Skip to content

Commit 94baee2

Browse files
committed
updating surefire version
1 parent 4eac2ab commit 94baee2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,15 @@
2323
</dependency>
2424
</dependencies>
2525

26+
<build>
27+
<pluginManagement>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-surefire-plugin</artifactId>
32+
<version>2.19.1</version>
33+
</plugin>
34+
</plugins>
35+
</pluginManagement>
36+
</build>
2637
</project>

0 commit comments

Comments
 (0)