Showing
1 changed file
with
10 additions
and
0 deletions
... | ... | @@ -157,6 +157,16 @@ |
157 | 157 | </plugin> |
158 | 158 | <plugin> |
159 | 159 | <groupId>org.apache.maven.plugins</groupId> |
160 | + <artifactId>maven-surefire-plugin</artifactId> | |
161 | + <version>3.0.0-M1</version> | |
162 | + </plugin> | |
163 | + <plugin> | |
164 | + <groupId>org.apache.maven.plugins</groupId> | |
165 | + <artifactId>maven-install-plugin</artifactId> | |
166 | + <version>3.0.0-M1</version> | |
167 | + </plugin> | |
168 | + <plugin> | |
169 | + <groupId>org.apache.maven.plugins</groupId> | |
160 | 170 | <artifactId>maven-dependency-plugin</artifactId> |
161 | 171 | <executions> |
162 | 172 | <execution> | ... | ... |