summaryrefslogtreecommitdiffstats
path: root/core/sli/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/sli/common/pom.xml')
-rwxr-xr-xcore/sli/common/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml
index d8bbe7b16..7ede9f15e 100755
--- a/core/sli/common/pom.xml
+++ b/core/sli/common/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.5.4</version>
+ <version>2.6.0</version>
<relativePath/>
</parent>
@@ -31,6 +31,10 @@
</dependency>
<dependency>
<groupId>org.antlr</groupId>
+ <artifactId>antlr4</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
@@ -119,13 +123,13 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
+ <version>${antlr.version}</version>
<executions>
<execution>
+ <id>antlr</id>
<configuration>
- <sourceDirectory>${basedir}/src/main/antlr4</sourceDirectory>
- <outputDirectory>${project.basedir}/src/main/java/</outputDirectory>
+ <outputDirectory>${basedir}/src/main/java</outputDirectory>
</configuration>
- <id>antlr</id>
<goals>
<goal>antlr4</goal>
</goals>
@@ -154,6 +158,7 @@
</environmentVariables>
</configuration>
</plugin>
+
</plugins>
</build>
</project>