aboutsummaryrefslogtreecommitdiffstats
path: root/sliPluginUtils
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-02-26 10:58:32 -0500
committerDan Timoney <dtimoney@att.com>2018-02-26 10:58:32 -0500
commit3cc57351f6b8e438ac6d6ed98cb098a22c62608f (patch)
tree5a3e762ebb2ab4b715b3df332f890e4dc3ae1be5 /sliPluginUtils
parentd873c2251b596c5dc15c0899b22ea0b7fdd6a286 (diff)
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 <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils')
-rwxr-xr-xsliPluginUtils/provider/pom.xml2
1 files changed, 0 insertions, 2 deletions
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 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
- <version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>