aboutsummaryrefslogtreecommitdiffstats
path: root/cps-path-parser/pom.xml
diff options
context:
space:
mode:
authorLathish <lathishbabu.ganesan@est.tech>2022-04-12 14:39:02 +0100
committerLathish <lathishbabu.ganesan@est.tech>2022-04-12 14:43:04 +0100
commit3a13b2e965569304822fe4d56838a4fee4e7ad44 (patch)
treeedd9b8f7a59fa6067150cf4e4d3776ed4b8454fa /cps-path-parser/pom.xml
parent667217c9a06ec40d2d71ab8f34515f4325631f48 (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>
Diffstat (limited to 'cps-path-parser/pom.xml')
-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 514784cb3..1b0ebe2ef 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>