From 8640a6e4b2d50cf2068207b1ddec965c07cec3aa Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 14 Mar 2019 14:24:14 +0000 Subject: Add support for TOSCA JSON Parsing Added a getter to allow the Gson object to be retrieved from a GSON message body handler, useful for testing. Moved the TextFileUtils utility class from APEX utilites to policy common utils Issue-ID: POLICY-1195 Change-Id: I7c8074e8177a90b292c6dfd6e7f0d352063818e7 Signed-off-by: liamfallon --- gson/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gson/pom.xml') diff --git a/gson/pom.xml b/gson/pom.xml index d02ede1f..7d7797a2 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -46,6 +46,11 @@ com.google.code.gson gson + + org.projectlombok + lombok + provided + org.assertj assertj-core -- cgit 1.2.3-korg