From 237dd48cacfeda0b39ec1c09ce23fe59787e9e14 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Fri, 22 Feb 2019 20:10:11 -0500 Subject: Add POJOs to support policy design API Includes: a) Added POJOs for TOSCA policy type b) Added POJOs for TOSCA policy c) Added POJOs for TOSCA custom data type d) Added junit tests for POJOs Issue-ID: POLICY-1515 Change-Id: I230b32339c60b7cd3c0b66adfc3f2b1bb38265c5 Signed-off-by: Chenfei Gao --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 922e16f98..f0eb859a2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,11 +42,22 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports + + 1.4.0-SNAPSHOT + platform + + + junit + junit + test + + + ecomp-site -- cgit 1.2.3-korg