Skip to content

Commit 22971d8

Browse files
authored
Update pom.xml
Removed the configuration block for the maven-surefire-plugin as false is the default so no need to explicitly state it.
1 parent bd66bc7 commit 22971d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

log4j-mongodb/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-surefire-plugin</artifactId>
152-
<configuration>
153-
<skip>false</skip>
154-
</configuration>
152+
155153
<dependencies>
156154

157155
<dependency>

0 commit comments

Comments
 (0)