aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpriyanshu <pagarwal@amdocs.com>2017-12-06 21:29:41 +0200
committerMichael Lando <ml636r@att.com>2018-01-03 16:10:43 +0000
commitdba9f5edd78a8c7aafc9742ba15d271deca4d944 (patch)
treed37f34d6e9b1c25f30b6707b428f2caba97c4ee9 /pom.xml
parentfb2c889566a00ab3311b8c5bf9958f332db4385d (diff)
Extension loading is not working.
Updated files in JTosca Library. Change-Id: I3323e34238228451bd1d396271fc89fdf28b3fd9 Issue-ID: SDC-565 Signed-off-by: priyanshu <pagarwal@amdocs.com> Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 442686a..6246e2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,12 @@
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
+
+ <dependency>
+ <groupId>org.reflections</groupId>
+ <artifactId>reflections</artifactId>
+ <version>0.9.11</version>
+ </dependency>
</dependencies>