From 4b9f4f2172ef327b18b8ad859f39f609a99f6e7d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 22 Mar 2021 15:09:59 -0400 Subject: [PATCH] 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 --- dependencies-bom/pom.xml | 2 +- oparent/pom.xml | 12 +++++++++--- .../spring-boot-setup/src/main/resources/pom-template.xml | 2 +- springboot/springboot1/pom.xml | 2 +- springboot/springboot2/pom.xml | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 84393ffd..74bf2a45 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -156,7 +156,7 @@ org.antlr antlr4-runtime - 4.7.2 + 4.8-1 org.apache.commons diff --git a/oparent/pom.xml b/oparent/pom.xml index 8b1aa497..1713ea42 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -5,7 +5,7 @@ org.onap.oparent oparent - 3.1.0 + 3.2.0 @@ -75,6 +75,8 @@ 1.4.1 1.6.5 + 4.8-1 + @@ -93,7 +95,11 @@ import pom - + + org.antlr + antlr4-runtime + ${antlr.version} + org.onap.sdc.sdc-distribution-client sdc-distribution-client @@ -231,7 +237,7 @@ org.antlr antlr4-maven-plugin - 4.7.2 + ${antlr.version} 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 diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 125baba9..057f9cc7 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -116,7 +116,7 @@ 1.9.3 - 4.7.2 + 4.8-1 2.6 4.4.12 4.5.10 diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 57ec5675..21cbda95 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -116,7 +116,7 @@ 1.9.3 - 4.7.2 + 4.8-1 2.6 4.4.12 4.5.10 -- 2.16.6