Skip to content

Commit 37ee742

Browse files
authored
Update pom.xml
Added the required plugin called maven-surefire-plugin
1 parent 03f8eeb commit 37ee742

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shopfront/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<groupId>org.codehaus.mojo</groupId>
7171
<artifactId>versions-maven-plugin</artifactId>
7272
</plugin>
73+
<plugin>
74+
<groupId>org.apache.maven.plugins</groupId>
75+
<artifactId>maven-surefire-plugin</artifactId>
76+
<version>2.19.1</version>
77+
</plugin>
7378
</plugins>
7479

7580
</build>

0 commit comments

Comments
 (0)