diff options
author | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-08-17 14:05:30 -0400 |
---|---|---|
committer | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-08-17 14:34:13 -0400 |
commit | a6bb3bf3afa5a36096ed4ae7c8a15b035b94aa21 (patch) | |
tree | 397144113946a3ab75db1817d7c29f497c896956 /pom.xml | |
parent | 92a058213a7ff50520e7ba5d388df46d30cb2ebd (diff) |
Make Resources configurable
Issue-ID: LOG-401
Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -121,14 +121,19 @@ limitations under the License. <artifactId>jersey-client</artifactId> </dependency> <dependency> - <groupId>org.onap.aai</groupId> - <artifactId>rest-client</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> + <dependency> + <groupId>com.bazaarvoice.jolt</groupId> + <artifactId>jolt-core</artifactId> + <version>0.1.0</version> + </dependency> + <dependency> + <groupId>com.bazaarvoice.jolt</groupId> + <artifactId>json-utils</artifactId> + <version>0.1.0</version> + </dependency> <!-- Test dependencies --> <dependency> |