diff options
author | George, Lina (lg941u) <lg941u@att.com> | 2019-01-30 16:01:19 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-02-05 18:28:34 +0000 |
commit | beac33deccb8b7f98e7f96a17541abb81b246d16 (patch) | |
tree | 1a3ce5be113934c9836634c46a3b6d72093ed390 /appc-config/appc-encryption-tool/provider/pom.xml | |
parent | 688a1bd4f99cb856b067c7b38c02cdab27070865 (diff) |
Encryption tool changes for multiple ansibleserver
Issue-ID: APPC-1342
Change-Id: Ib1ff7845ad65cf13c06a96d6dcce023b06064dfa
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-encryption-tool/provider/pom.xml')
-rw-r--r-- | appc-config/appc-encryption-tool/provider/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml index 39672c6e6..8f3507ec2 100644 --- a/appc-config/appc-encryption-tool/provider/pom.xml +++ b/appc-config/appc-encryption-tool/provider/pom.xml @@ -90,6 +90,14 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </dependency> </dependencies> <build> <plugins> |