From 3cc57351f6b8e438ac6d6ed98cb098a22c62608f Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 26 Feb 2018 10:58:32 -0500 Subject: Fixed antlr dependencies Should depend on antlr4-runtime instead of antlr4 to avoid unnecessary compile-time-only dependencies Change-Id: I720628786676dfc81b4aadd4f3da752af2d92451 Issue-ID: CCSDK-175 Signed-off-by: Dan Timoney --- sliPluginUtils/provider/pom.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'sliPluginUtils') diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index c09029fa..cd370491 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -52,13 +52,11 @@ org.hamcrest hamcrest-library - 1.3 test com.google.code.gson gson - 2.7 org.apache.commons -- cgit 1.2.3-korg