-
Bug
-
Resolution: Done
-
Major
-
None
-
None
As QA uses ant as building environment, the dependencies (i.e. jars) downloaded through Maven need to be supported with transitive dependencies. For example, `artemis-journal` depends on `netty-buffer` and `netty-common` thus these two jars have to be included in ant's classpath when `artemis-journal` is in used. To overcome this issue, Maven should be instructed to copy transitive dependencies as well.