File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Original file line number Diff line number Diff line change 84
84
</excludes >
85
85
<reportNameSuffix >sponge_log</reportNameSuffix >
86
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 >
87
94
</plugin >
88
95
<plugin >
89
96
<groupId >org.apache.maven.plugins</groupId >
114
121
<include >**/*SmokeTest.java</include >
115
122
</includes >
116
123
</configuration >
124
+ <dependencies >
125
+ <dependency >
126
+ <groupId >org.apache.maven.surefire</groupId >
127
+ <artifactId >surefire-junit4</artifactId >
128
+ <version >3.0.0-M3</version >
129
+ </dependency >
130
+ </dependencies >
117
131
</plugin >
118
132
<plugin >
119
133
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments