This patch moves test dependencies into out of the main pom and into the
tests module pom. This will make managing 3rd party category X
dependencies much easier going forward. In addition each dependency
license has been outlined in the pom and README entry added to outline
future policy when adding 3rd party depdendencies.
To run an individual example firstly cd into the example directory and run
mvn verify
If you are running against an un released version, i.e. from master branch, you will have to run mvn install on the root
pom.xml and the example/activemq-jms-examples-common/pom.xml first.
If you want to run all the examples (except those that need to be run standalone) you can run mvn verify in the examples
directory but before you do you will need to up the memory used by running: