summaryrefslogtreecommitdiffstats
path: root/core/sli/common/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-22 16:05:50 -0400
committerDan Timoney <dtimoney@att.com>2023-07-31 15:15:27 -0400
commit69baaebcb6112c0b2f80ec654442c52a5b3e1cb1 (patch)
treeff89105eeba6a4f7406e08e13f818ca446682aee /core/sli/common/pom.xml
parent2ef436968cec5befcc9c91702f8c5bd6d78c6f03 (diff)
Update sli for Argon release
Update sli to use OpenDaylight Argon versions of parent poms Issue-ID: CCSDK-3914 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8689a3389ce4fae3be3e9d353f479eb4cd3762c0
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>