From 7eaa3d2f2fe2609e76d423a23e6fb43b4fe38898 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 11 Oct 2022 22:03:41 +0100 Subject: [PATCH] Manage spring-boot-starter-aop Issue-ID: POLICY-4393 Change-Id: I83a62dad43ae371d85494a1312cd0515456e26f6 Signed-off-by: liamfallon --- integration/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 67c4f526..7a07ba95 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -879,6 +879,11 @@ spring-boot-starter-validation ${version.springboot} + + org.springframework.boot + spring-boot-starter-aop + ${version.springboot} + org.springframework.boot spring-boot-starter-test -- 2.16.6