diff options
author | liamfallon <liam.fallon@est.tech> | 2019-03-14 14:24:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-03-14 14:24:14 +0000 |
commit | 8640a6e4b2d50cf2068207b1ddec965c07cec3aa (patch) | |
tree | 83e3a348f68a56f56e0b8dc5ad0f78bb99bb3701 /gson/pom.xml | |
parent | a1f00c1cf93edb412b7bfeb276dbb76557e6c0a8 (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'gson/pom.xml')
-rw-r--r-- | gson/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gson/pom.xml b/gson/pom.xml index d02ede1f..7d7797a2 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -47,6 +47,11 @@ <artifactId>gson</artifactId> </dependency> <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> |