Skip to content
Snippets Groups Projects
Commit 1b68a572 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

fix missing artifact

parent 8a3b39a7
No related branches found
No related tags found
1 merge request!1Update common
......@@ -58,6 +58,7 @@
<git-commit-id-maven-plugin.version>7.0.0</git-commit-id-maven-plugin.version>
<maven-source.plugin.version>3.3.0</maven-source.plugin.version>
<dependency-track-maven-plugin.version>1.7.0</dependency-track-maven-plugin.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<!-- TODO move to common-dependencies -->
<cyclonedx-maven-plugin.version>2.7.11</cyclonedx-maven-plugin.version>
......@@ -96,7 +97,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${jakarta.version}</version>
<version>${jakarta.annotation-api.version}</version>
</dependency>
<!-- Mapstruct -->
......@@ -249,4 +250,4 @@
</plugins>
</build>
</project>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment