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
In the pom.xml below, dependencies are resolved via parent so it isn't required to add version in the dependency section. Maven commands execution run ok.
But, when pom.groovy is used the following exception is thrown.
[ERROR] The project com.example:demo:0.0.1-SNAPSHOT (C:\Users\eddu.melendez\IdeaProjects\demo\.polyglot.pom.groovy) has 1 error
[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing.
In the
pom.xml
below, dependencies are resolved via parent so it isn't required to addversion
in thedependency
section. Maven commands execution run ok.But, when
pom.groovy
is used the following exception is thrown.pom.groovy
is:The text was updated successfully, but these errors were encountered: