From 9cfb6890a53410c1cf91df84474b8b79edecd26d Mon Sep 17 00:00:00 2001 From: parrt Date: Sat, 10 Dec 2016 15:24:07 -0800 Subject: [PATCH] add test scope to runtime test pom --- runtime-testsuite/pom.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml index e063b9661..50555409f 100644 --- a/runtime-testsuite/pom.xml +++ b/runtime-testsuite/pom.xml @@ -27,16 +27,31 @@ org.antlr ST4 4.0.8 + test org.antlr antlr4 ${project.version} + test org.antlr antlr4-runtime ${project.version} + test + + + org.antlr + antlr4-runtime-test-annotations + ${project.version} + test + + + org.antlr + antlr4-runtime-test-annotation-processors + ${project.version} + test junit @@ -62,22 +77,9 @@ 1.0.4 test - - org.antlr - antlr4-runtime-test-annotations - 4.6-SNAPSHOT - test - - - org.antlr - antlr4-runtime-test-annotation-processors - ${project.version} - - - src test