Skip to content

Commit 7d676a0

Browse files
committed
remove duplicative defined surefire plugin
1 parent a53efb7 commit 7d676a0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

client-hc/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,6 @@
8282
</configuration>
8383
</plugin>
8484

85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-failsafe-plugin</artifactId>
88-
<version>2.19.1</version>
89-
<executions>
90-
<execution>
91-
<goals>
92-
<goal>integration-test</goal>
93-
<goal>verify</goal>
94-
</goals>
95-
</execution>
96-
</executions>
97-
</plugin>
9885
</plugins>
9986
</build>
10087

0 commit comments

Comments
 (0)