From b3a4db45c7fae896a2d5e9ae3fbf2b7fd072f7c9 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 30 Aug 2017 14:38:07 +0200 Subject: Make antlr and antlr4 invisible for customer projects. - Visible only in test classpath. --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index dd7042bf911..d345d5eb8d2 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ org.antlr antlr3-maven-plugin - 3.5.2 + ${antlr.version} org.apache.maven.plugins @@ -574,7 +574,12 @@ org.antlr antlr-runtime - 3.5.2 + ${antlr.version} + + + org.antlr + antlr4-runtime + ${antlr4.version} org.apache.aries.spifly @@ -889,6 +894,8 @@ 2.0.1 + 3.5.2 + 4.5 1.0.8 1.0.0 5.0.3 -- cgit v1.2.3