aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-08-17 20:01:36 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-17 20:01:36 +0000
commitdf9bfbce66810fc8f381601069eb918776cb9724 (patch)
treea36b86903fd20d6fd7e336a42854eed68efe35f6 /pom.xml
parentcdd8ea161704dcd192bb207a8c99956e350f0dc5 (diff)
parenta6bb3bf3afa5a36096ed4ae7c8a15b035b94aa21 (diff)
Merge "Make Resources configurable"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9ba38db..0f44974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>