aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-18 16:18:48 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-18 16:18:48 +0200
commitb74d7da07674a9727f73c6769567687ebaa0a0ce (patch)
treeaa55635c5fa569cd763b3a356d3cdf2079d92201 /pom.xml
parente73d109404113bd6d6f12749559c19adf3b3e5a8 (diff)
Enhance BabelArtifact object in babel with setters and noargs constructor1.13.0
- this makes the object available for Jackson object mapping Issue-ID: AAI-3830 Change-Id: I5c8827d98d302fb0c48e3ae8b638629c3dab98e7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 74b7965..cb4fea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,6 +384,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.32</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>