You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes the `pom.xml` and associated Maven commands from the
Spring Boot code sample, since we already have the Gradle build in the
same directory.
The Maven build is not monitored by Dependabot, so will slowly drift out
of sync with the Gradle definition. Removing the Maven build to match
what is done for the other Java sample, which only provides Gradle.
Rather than worrying about keeping both in sync, it's easier for us to
just provide 1 build system.
By submitting this pull request, I confirm that my contribution is made
under the terms of the MIT-0 license.
0 commit comments