This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit 5827159c694ca13ae43245d6d32918ee44042a71 Author: Michael Osipov <[email protected]> AuthorDate: Sun Mar 31 12:05:44 2019 +0200 [MRESOLVER-83] Classpath 'cp.runtime.test' in build.xml misses runtime dependencies --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 02c0be6..a32501d 100644 --- a/build.xml +++ b/build.xml @@ -82,7 +82,7 @@ <pom refid="pom"/> </dependencies> <path refid="cp.compile.test" classpath="test"/> - <path refid="cp.runtime.test" scopes="compile,test"/> + <path refid="cp.runtime.test" scopes="compile,runtime,test"/> </resolver:resolve> <path id="cp.test">
