aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLathish <lathishbabu.ganesan@est.tech>2022-04-12 14:39:02 +0100
committeraditya puthuparambil <aditya.puthuparambil@bell.ca>2022-04-22 13:03:06 +0000
commit14d6c9b861cddaee2a028ac545ea35ebb2cc8104 (patch)
tree75993b0dee73eadfa97fa0eb2bc4717f95ad5ff9
parentec37e22a349a31702bdb2bf07133f75b68e39eb7 (diff)
Fix ANTLR version issue
- Updated ANTLR compiler version to 4.9.2 to be compatible with runtime version Issue-ID: CPS-961 Change-Id: I78a3fe541c9edcfc891fb045a60ed117d3aa5b08 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech> (cherry picked from commit 3a13b2e965569304822fe4d56838a4fee4e7ad44)
-rw-r--r--cps-path-parser/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml
index 45842222e..994b909e0 100644
--- a/cps-path-parser/pom.xml
+++ b/cps-path-parser/pom.xml
@@ -34,6 +34,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
+ <version>4.9.2</version>
<executions>
<execution>
<goals>