Commit f201c3727fb199792e2375b59cb7681b7bc841f7

Authored by Andrew Shvayka
1 parent 88d232e7

Fixed build warnings

Showing 1 changed file with 10 additions and 0 deletions
@@ -157,6 +157,16 @@ @@ -157,6 +157,16 @@
157 </plugin> 157 </plugin>
158 <plugin> 158 <plugin>
159 <groupId>org.apache.maven.plugins</groupId> 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 <artifactId>maven-dependency-plugin</artifactId> 170 <artifactId>maven-dependency-plugin</artifactId>
161 <executions> 171 <executions>
162 <execution> 172 <execution>