diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2022-04-12 14:39:02 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2022-04-12 14:43:04 +0100 |
commit | 3a13b2e965569304822fe4d56838a4fee4e7ad44 (patch) | |
tree | edd9b8f7a59fa6067150cf4e4d3776ed4b8454fa | |
parent | 667217c9a06ec40d2d71ab8f34515f4325631f48 (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>
-rw-r--r-- | cps-path-parser/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 514784cb32..1b0ebe2ef2 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> |