diff --git a/pom.xml b/pom.xml
index a35b3377b9bba2ed4ce0f7146bd154149c9437fb..c55692530c9de1f421f0415ab6437fbf884aa5e6 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>