diff options
author | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2018-11-27 11:32:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-27 11:32:22 +0000 |
commit | d0e33a075713cb711d97a4186f858b931ff793ef (patch) | |
tree | 6f47838b1a98f4298112ca667d72d84a3d629b09 /vid-app-common/pom.xml | |
parent | bcb065c0fa3ddcd6e9dae8085aba99139ecf8eae (diff) | |
parent | 51c5e8433688c89552e1eef861a7c64ce54b88a4 (diff) |
Merge "Removed dependency from lombok"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 6 |
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>
|