diff --git a/pom.xml b/pom.xml index 48e4e433e7d1aa152df6cbb336ee58492c4fbb66..b5ab986f306a2144d42bc41f1807d207613b39f6 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>