mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:35:49 +00:00
Update pom.xml
This commit is contained in:
parent
0962ed7e8f
commit
d7efe7119e
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -366,9 +366,6 @@
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
<pluginExecutionFilter>
|
<pluginExecutionFilter>
|
||||||
<groupId>io.spring.javaformat</groupId>
|
|
||||||
<artifactId>spring-javaformat-maven-plugin</artifactId>
|
|
||||||
<versionRange>[0,)</versionRange>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>validate</goal>
|
<goal>validate</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
@ -381,6 +378,9 @@
|
||||||
</lifecycleMappingMetadata>
|
</lifecycleMappingMetadata>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<groupId>io.spring.javaformat</groupId>
|
||||||
|
<artifactId>spring-javaformat-maven-plugin</artifactId>
|
||||||
|
<versionRange>[0,)</versionRange>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in a new issue