Skip to content

Commit bc4d029

Browse files
committed
iluwatar#467 data-bus: pom.xml: remove surefire plugin
1 parent 960eee3 commit bc4d029

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

data-bus/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,4 @@
4949
<scope>provided</scope>
5050
</dependency>
5151
</dependencies>
52-
<build>
53-
<plugins>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>2.19</version>
58-
<configuration>
59-
<skipTests>false</skipTests>
60-
</configuration>
61-
</plugin>
62-
</plugins>
63-
</build>
6452
</project>

0 commit comments

Comments
 (0)