aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-11-19 17:39:49 +0100
committerbiniek <lukasz.biniek@nokia.com>2018-11-23 10:18:01 +0100
commit51c5e8433688c89552e1eef861a7c64ce54b88a4 (patch)
tree2feab9fa7274aeb465b5c4e5a02f3253ffa20486 /vid-app-common/pom.xml
parent34f18a178b4b38632f435e776e15ce2f79d58094 (diff)
Removed dependency from lombok
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 72f50ac47..ddb4bb940 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -307,12 +307,6 @@
<!-- Helpers -->
<dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.18.2</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
<version>0.9.2</version>