diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-08-17 20:01:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-17 20:01:36 +0000 |
commit | df9bfbce66810fc8f381601069eb918776cb9724 (patch) | |
tree | a36b86903fd20d6fd7e336a42854eed68efe35f6 /pom.xml | |
parent | cdd8ea161704dcd192bb207a8c99956e350f0dc5 (diff) | |
parent | a6bb3bf3afa5a36096ed4ae7c8a15b035b94aa21 (diff) |
Merge "Make Resources configurable"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -127,6 +127,16 @@ limitations under the License. <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> |