summaryrefslogtreecommitdiffstats
path: root/sli/installer/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/installer/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/installer/pom.xml')
-rwxr-xr-xsli/installer/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml
index e84ae6d0..5586f7d5 100755
--- a/sli/installer/pom.xml
+++ b/sli/installer/pom.xml
@@ -56,11 +56,7 @@
<artifactId>sli-recording</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4</artifactId>
- <version>${antlr.version}</version>
- </dependency>
+
</dependencies>
<build>
@@ -119,7 +115,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.onap.ccsdk.sli.core,org.antlr</includeGroupIds>
+ <includeGroupIds>org.onap.ccsdk.sli.core</includeGroupIds>
<excludeArtifactIds>utils-provider,dblib-provider</excludeArtifactIds>
<scope>provided</scope>
</configuration>