From 31f5bfc3da626e9bddf069adf6ac7cbb1c0f8662 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 20 Nov 2023 10:31:05 +0100
Subject: [PATCH] OZG-3532 OZG-4581 Mapstruct with provided scope

---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 48e4e433..b5ab986f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,13 @@
 				<version>${jakarta.annotatioin.version}</version>
 			</dependency>
 
-			<!-- Annotation processors -->
+			<!-- Mapstruct -->
+			<dependency>
+				<groupId>org.mapstruct</groupId>
+				<artifactId>mapstruct</artifactId>
+				<version>${mapstruct.version}</version>
+				<scope>provided</scope>
+			</dependency>
 			<dependency>
 				<groupId>org.mapstruct</groupId>
 				<artifactId>mapstruct-processor</artifactId>
-- 
GitLab