From c6c491ec8ea92c53760794cb1eced8bdb14e7a62 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 19 Feb 2024 13:24:14 +0100 Subject: [PATCH] OZG-4321 add processor configuration dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index a35b3377..c5569253 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-oauth2-resource-server</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> + <optional>true</optional> + </dependency> <!-- Dev --> <dependency> -- GitLab