This PR fixes failing CI jobs due to unavailable dependencies.
Added the -am option which makes Maven work smarter by building dependencies automatically. (We were already using this in the Docker image but not in the test step in the CI.) Removed an unnecessary installation step as andy is now built automatically.
This PR fixes failing CI jobs due to unavailable dependencies.
Added the
-am
option which makes Maven work smarter by building dependencies automatically. (We were already using this in the Docker image but not in the test step in the CI.) Removed an unnecessary installation step as andy is now built automatically.