diff options
Diffstat (limited to 'components/slice-analysis-ms/pom.xml')
-rw-r--r-- | components/slice-analysis-ms/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml index f4fde501..7b909c5a 100644 --- a/components/slice-analysis-ms/pom.xml +++ b/components/slice-analysis-ms/pom.xml @@ -282,6 +282,12 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.10</version> + </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>1.18.22</version> + <scope>provided</scope> </dependency> </dependencies> <build> |