I am trying to perform this tutorial: https://devcenter.heroku.com/articles/getting-started-with-spring-mvc-hibernate#prerequisites
I was able to follow all the steps without problems, but when I run mvn package, I get this outputs: (I will store the file in paste.bin so it the message is cleaner. If you wish the files and outputs here, let me know in the comments and I will edit) For this POM.xml I get This output with errors
It seems that maven can't resolve org.springframework.roo but it is listed in the dependencies, this should be enough, correct? This is my first time with spring and maven, I would like to test its integration with heroku, but I got stuck on this one.
ps: I donwloaded STS from eclipse marketstore. My current thought is that it doesn't install roo, now I am verifying this.
Did anyone made this tutorial work?
thanks!
EDIT: Theoretically I would not need to install Roo if I cloned a git repo with the application template. That was what I wanted to do.