Skip to content
Snippets Groups Projects
Commit 31f5bfc3 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3532 OZG-4581 Mapstruct with provided scope

parent fb214b60
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment