Fixed antlr dependencies
authorDan Timoney <dtimoney@att.com>
Mon, 26 Feb 2018 15:58:32 +0000 (10:58 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 26 Feb 2018 15:58:32 +0000 (10:58 -0500)
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>
sli/common/pom.xml
sli/installer/pom.xml
sliPluginUtils/provider/pom.xml

index 167a776..1ab787e 100755 (executable)
                </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>
index e84ae6d..5586f7d 100755 (executable)
                        <artifactId>sli-recording</artifactId>
                        <version>${project.version}</version>
                </dependency>
-        <dependency>
-            <groupId>org.antlr</groupId>
-            <artifactId>antlr4</artifactId>
-            <version>${antlr.version}</version>
-        </dependency>
+
        </dependencies>
 
        <build>
                                                        <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>
index c09029f..cd37049 100755 (executable)
                <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>