Update pom.xml

This commit is contained in:
venkateshgudipudi 2023-04-07 16:55:57 +05:30 committed by GitHub
parent 0962ed7e8f
commit d7efe7119e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,9 +366,6 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<versionRange>[0,)</versionRange>
<goals>
<goal>validate</goal>
</goals>
@ -381,6 +378,9 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<versionRange>[0,)</versionRange>
</plugins>
</pluginManagement>
</build>