Building address book sample from source

Hi,

Okay, now I have axon framework build, but still there are missing dependencies from the address book sample. The root pom of the sample refers to

axon-samples
org.axonframework.samples
2.0-SNAPSHOT

Just removing this doesn’t work, then maven start complaining about ${spring.version}.
Where can I find org.axonframework.samples:axon-samples?

If it does’t/shouldn’t exist (anymore), please accept my pull request.

Okay, I now notice that the code is not yet updated for axon 2.
I’ll go with the 1.7 example.