diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 12:00:17 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 14:43:34 -0400 |
commit | b2db3c41156f0855daafa8afe29f0aca43cc225d (patch) | |
tree | 9173fa6cbe5731d5150f01ee4b482ff5aee71601 /springboot/spring-boot-setup/src/main/resources/pom-template.xml | |
parent | b473d3c5a0287f093b893f88fe262b62925438ec (diff) |
Updating parent poms as per Silicon onap-karaf:0.14.0 package
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: If9ac73ec5f0ad8a2bd0b09ed4a17731cb357d900
Diffstat (limited to 'springboot/spring-boot-setup/src/main/resources/pom-template.xml')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 3c0373bc..903aee08 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -335,6 +335,7 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <dependencies> @@ -612,6 +613,7 @@ <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> |