We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31fb3c commit f93f18eCopy full SHA for f93f18e
1 file changed
pom.xml
@@ -84,6 +84,13 @@
84
</excludes>
85
<reportNameSuffix>sponge_log</reportNameSuffix>
86
</configuration>
87
+ <dependencies>
88
+ <dependency>
89
+ <groupId>org.apache.maven.surefire</groupId>
90
+ <artifactId>surefire-junit4</artifactId>
91
+ <version>3.0.0-M3</version>
92
+ </dependency>
93
+ </dependencies>
94
</plugin>
95
<plugin>
96
<groupId>org.apache.maven.plugins</groupId>
@@ -114,6 +121,13 @@
114
121
<include>**/*SmokeTest.java</include>
115
122
</includes>
116
123
124
125
126
127
128
129
130
117
131
118
132
119
133
0 commit comments