From 4b9f4f2172ef327b18b8ad859f39f609a99f6e7d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 22 Mar 2021 15:09:59 -0400 Subject: Inconsistent antlr versions specified Fixed incorrect specifications of antlr version. Also, updated oparent pom.xml to use latest released oparent Change-Id: Iaa18032d89bd86916bc7739a71598ab495333795 Issue-ID: CCSDK-3231 Signed-off-by: Dan Timoney --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'springboot/spring-boot-setup/src') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 696f56b2..c11ec005 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -116,7 +116,7 @@ 1.9.3 - 4.7.2 + 4.8-1 2.6 4.4.12 4.5.10 -- cgit