diff options
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rw-r--r-- | springboot/springboot1/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index d3ad2bce..d8c3ce76 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> |