From d738ae7ec4c112a2e615f1d290279c16058e77f2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 7 Jun 2021 15:49:46 +0100 Subject: [PATCH] Update plugins in Lifecycle Mapping for CLAMP The lowest version in the lifecycle mapping for the hibernate52-ddl-maven-plugin was 2.3.0, it should have been 2.2.0. The plugin for npm is added. Issue-ID: POLICY-3258 Change-Id: I63d997b57c68830bc3dca2b2d62e950d2042c0d1 Signed-off-by: liamfallon --- integration/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index d803da87..8a6d4de2 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -596,7 +596,7 @@ de.jpdigital hibernate52-ddl-maven-plugin - [2.3.0,) + [2.2.0,) gen-ddl @@ -644,6 +644,19 @@ + + + com.github.eirslett + frontend-maven-plugin + [1.11.0,) + + npm + + + + + + -- 2.16.6