From a86ba140b1e100a2db2b04fc5f4f55bbb8eace42 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Wed, 24 Jul 2019 09:35:31 +0000 Subject: Extend APEX CLIEditor to generate policy in ToscaServiceTemplate format Currently apex CLIEditor is used to generate a json policy model from apex CLI language (.apex) file. As per the new LifeCycle API, the policies are expected to be defined as ToscaServiceTemplate. Hence, the current CLIEditor is extended to generate the policies in ToscaServiceTemplate way. Change-Id: I2eb5d5b146643d40b623e329a2a63d6bb0c1fb42 Issue-ID: POLICY-1885 Signed-off-by: a.sreekumar --- auth/cli-editor/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'auth/cli-editor/pom.xml') diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 8ae9d8d53..d10b9959d 100644 --- a/auth/cli-editor/pom.xml +++ b/auth/cli-editor/pom.xml @@ -45,6 +45,13 @@ commons-cli commons-cli + + + + org.assertj + assertj-core + test + -- cgit 1.2.3-korg