aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
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 /sli/common/pom.xml
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 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index 167a776e..1ab787e5 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -37,10 +37,8 @@
</dependency>
<dependency>
<groupId>org.antlr</groupId>
- <artifactId>antlr4</artifactId>
+ <artifactId>antlr4-runtime</artifactId>
<version>${antlr.version}</version>
- <type>jar</type>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>