spring-guides / gs-maven

Building Java Projects with Maven :: Learn how to build a Java project with Maven.

Home Page:https://spring.io/guides/gs/maven/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor: missing <dependencies> element in tutorial

andrewkolve opened this issue · comments

Hi there,

Minor issue: In this section of the tutorial: https://github.com/spring-guides/gs-maven/blob/master/README.adoc#declare-dependencies, the part about inserting a <dependency> element doesn't mention putting it in a <dependencies> element as well.

Thanks,
Andrew