citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

Cleanup the maven pom. #22

Closed mdeinum closed 6 years ago

mdeinum commented 6 years ago

Prior to this commit some of the versions/dependencies had a version which was already managed by Spring Boot or one of the starters. The version of those dependencies have been removed and either moved to the section or removed all together.

The scope of spring-boot-starter-test has also been fixed to have test to properly scope it. As spring-boot-starter-test already managed jUnit the explicit declaration has been removed.

Instead of declaring the JMS dependencies and using a specific version of ActiveMQ the spring-boot-starter- activemq has been used to cleanup the pom.

Were possible we removed versions and plugins already declared in the parent project.