From 66b19bae2d3a06a373297ae8896fc31ecd9f2590 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 16 Jun 2021 15:49:40 -0400 Subject: [PATCH 1/1] Fix build of models A new dependency in policy-parent broke the build in policy-models. Removed the problematic dependency. Actually, removed both "bom" dependencies since they would otherwise override policy's dependency management. Note: this may require adding them back into policy-gui and policy-clamp. Issue-ID: POLICY-3308 Change-Id: I898b1104081d6cf46a50d65e9f228c966d847559 Signed-off-by: Jim Hahn --- integration/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index dab14d4a..864dee26 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -68,23 +68,6 @@ - - - org.springframework.boot - spring-boot-dependencies - ${version.springboot} - pom - import - - - - - org.apache.camel.springboot - camel-spring-boot-bom - ${version.camel} - pom - import - -- 2.16.6