summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/pom.xml
diff options
context:
space:
mode:
authorshiria <shiri.amichai@amdocs.com>2018-10-10 15:16:15 +0300
committerOren Kleks <orenkle@amdocs.com>2018-10-15 09:43:40 +0000
commit1f50c72eb501af42c61c4ddbb011302a6290afdb (patch)
treebea97a3203f3560ab5bbd2a38fcb7316ec3e259d /common/onap-tosca-datatype/pom.xml
parentb54343dc3868300178017e60e4cd2c26dc08ff24 (diff)
Fix Policy type and Policy definition
Fix policy according to TOSCA spec Change-Id: I4e3da732666dd52895c4458f0cbd16c6ca47c1cd Issue-ID: SDC-1782 Signed-off-by: shiria <shiri.amichai@amdocs.com>
Diffstat (limited to 'common/onap-tosca-datatype/pom.xml')
-rw-r--r--common/onap-tosca-datatype/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/onap-tosca-datatype/pom.xml b/common/onap-tosca-datatype/pom.xml
index 421aaf03af..e00394f64f 100644
--- a/common/onap-tosca-datatype/pom.xml
+++ b/common/onap-tosca-datatype/pom.xml
@@ -46,5 +46,9 @@
<version>${guava.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ </dependency>
</dependencies>
</project>