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 @@ ...@@ -95,7 +95,13 @@
<version>${jakarta.annotatioin.version}</version> <version>${jakarta.annotatioin.version}</version>
</dependency> </dependency>
<!-- Annotation processors --> <!-- Mapstruct -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId> <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