davidB / scala-archetype-simple

a simple maven archetype for project in scala
Creative Commons Zero v1.0 Universal
109 stars 95 forks source link

Added junit-test section to the dependencies #10

Closed brandon-arnold closed 9 years ago

brandon-arnold commented 9 years ago

Fix for issue #9 causing JUnitRunner to be missing.

davidB commented 9 years ago

thanks for the PR.

eprothro commented 8 years ago

Sorry to echo, but FYI, I ran into this issue on a first scala project, as I assume many others have as well.

This fix getting released would help those following this tutorial: http://docs.scala-lang.org/tutorials/scala-with-maven.html