diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2019-10-03 15:44:48 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-11-03 15:43:27 +0000 |
commit | 608be265c8491686f269ed12d5d48654ddb090b5 (patch) | |
tree | 83a5d2ea332ce8abd271b376306ce42d0466a61d /common-app-api/pom.xml | |
parent | 433947b5ab5e28fc29aee447de934de89a707419 (diff) |
Create new non-mano Artifact Type entry for pnf software information
Issue-ID: SDC-2615
Change-Id: I4dd879d50b1dec58aceeaf0c265901c62d038071
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 62bfb24b28..94196bb1af 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -145,6 +145,12 @@ <!-- logging end --> <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>${lombok.version}</version> + </dependency> + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ --> |