diff options
author | Dan Timoney <dtimoney@att.com> | 2017-12-19 14:36:21 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-12-19 14:36:21 -0500 |
commit | 50e04450a21eb584fb843fbe009b29798b94a413 (patch) | |
tree | 6552cec4db732a75aca04cd0c1ffca3a89a6ab2d /sliPluginUtils/provider/pom.xml | |
parent | a2a1997c4976499912dae2aadef52a73c764840b (diff) |
New sliPluginUtils methods
Add new sliPluginUtils methods to faciliate accessing data
in context memory (SvcLogicContext).
Change-Id: I70fe00fd60ac6da4804a41df0a2ef7c51e80f4a0
Issue-ID: CCSDK-158
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils/provider/pom.xml')
-rwxr-xr-x | sliPluginUtils/provider/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index a950939ef..61b5e958f 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -57,6 +57,16 @@ <version>1.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.6.2</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + <version>1.1</version> + </dependency> </dependencies> <build> |