|
@@ -36,6 +36,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <version>3.4.2</version>
|
|
|
<configuration>
|
|
|
<excludes>
|
|
|
<exclude>*.**</exclude>
|
|
@@ -75,6 +76,7 @@
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
+ <version>3.3.1</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>copy-resources</id>
|