[Java] #3204 - Fix build warnings (#7364)

* [Java] #3024 - Add build-helper-maven-plugin version to retrofit client template

* [Java] #3024 - Add build-helper-maven-plugin version to feign client template

* [Java] #3024 - Add build-helper-maven-plugin version to jersey client template

* [Java] #3024 - Add build-helper-maven-plugin version to resteasy client template
This commit is contained in:
Reijhanniel Jearl Campos
2018-01-14 21:13:56 +08:00
committed by William Cheng
parent 44853c31b6
commit 3bd2da9a8b
10 changed files with 381 additions and 358 deletions

View File

@@ -104,6 +104,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<executions>
<execution>
<id>add_sources</id>