Skip to content

Commit 03f8eeb

Browse files
authored
Update pom.xml
added the required plugin into the pom.xml
1 parent 71f4f69 commit 03f8eeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stockmanager/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
<artifactId>versions-maven-plugin</artifactId>
8181
<version>2.7</version>
8282
</plugin>
83+
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
85+
<artifactId>maven-surefire-plugin</artifactId>
86+
<version>2.19.1</version>
87+
</plugin>
8388
</plugins>
8489
</build>
8590
</project>

0 commit comments

Comments
 (0)