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

Commit a882f68

Browse files
authored
Merge pull request #2 from bobocode-projects/Shtramak-patch-1
Update pom.xml
2 parents b2a61bd + 3134011 commit a882f68

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,14 @@
8080
</dependency>
8181
</dependencies>
8282

83+
<build>
84+
<plugins>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-surefire-plugin</artifactId>
88+
<version>2.22.0</version>
89+
</plugin>
90+
</plugins>
91+
</build>
8392

84-
</project>
93+
</project>

0 commit comments

Comments
 (0)