Update pom.xml

This commit is contained in:
Vaidas Brazdeikis 2020-04-11 12:42:08 -07:00
parent 56f09331aa
commit dbc635e644

View file

@ -149,6 +149,15 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<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 -->
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals><goal>copy-dependencies</goal></goals>
</execution>
</executions>
<!-- END of the new dependency added -->
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>