Skip to content

Commit ac9eb8a

Browse files
committed
Fix Maven warning in samples
Closes gh-7716
1 parent bc63d5a commit ac9eb8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-samples/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@
228228
</lifecycleMappingMetadata>
229229
</configuration>
230230
</plugin>
231+
<plugin>
232+
<groupId>org.apache.maven.plugins</groupId>
233+
<artifactId>maven-enforcer-plugin</artifactId>
234+
<version>1.4</version>
235+
</plugin>
231236
</plugins>
232237
</pluginManagement>
233238
</build>

0 commit comments

Comments
 (0)