Update pom.xml

This commit is contained in:
Vaidas Brazdeikis 2020-04-12 05:30:39 -07:00
parent 889955aca7
commit d904362258

View file

@ -150,13 +150,13 @@
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version> <version>3.1.0</version>
<!-- START added by heroku recommendations --> <!-- START added by heroku recommendations -->
<executions> <!-- <executions>
<execution> <execution>
<id>copy-dependencies</id> <id>copy-dependencies</id>
<phase>package</phase> <phase>package</phase>
<goals><goal>copy-dependencies</goal></goals> <goals><goal>copy-dependencies</goal></goals>
</execution> </execution>
</executions> </executions> -->
<!-- END of the new dependency added --> <!-- END of the new dependency added -->
<dependencies> <dependencies>
<dependency> <dependency>