diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 12:00:17 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-08 18:45:12 +0000 |
commit | 930d8da958c43f9c33b41926143ad06858b5aa68 (patch) | |
tree | a937716ad3a88ff07c07123fa2ea5d6cf2b91d69 /springboot | |
parent | 84de142aba1b450beeec04ad85f9739fb721697f (diff) |
Updating parent poms as per ODL Aluminum 0.13.3 (SR3)
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: If9ac73ec5f0ad8a2bd0b09ed4a17731cb357d900
Diffstat (limited to 'springboot')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 | ||||
-rw-r--r-- | springboot/springboot1/pom.xml | 2 | ||||
-rw-r--r-- | springboot/springboot2/pom.xml | 2 |
3 files changed, 6 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 6bfaa9cf..c7ae7d88 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> diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index bf1dcbfe..8852feda 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.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> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 9620486a..bb84b79e 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.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> |