summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/pom.xml
diff options
context:
space:
mode:
authorNorm Traxler <normant@amdocs.com>2018-11-27 22:18:16 +0000
committerNorm Traxler <norman.traxler@amdocs.com>2018-11-28 14:24:42 -0500
commit9a0c9790a1dc31dcc2db199b6f0ff76e796c2597 (patch)
tree836a34fb2e4a8d1dd78cc9ed18553278c5a2ca1f /pomba/network-discovery/pom.xml
parent2f93fe9cf3c05d6606e37576121801dbdb98dd68 (diff)
ND get VM info from Openstack
Issue-ID: SDNC-533 Change-Id: If50c4ae02349824a4e179e30ea1ee29d3afe6ab2 Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/pom.xml')
-rw-r--r--pomba/network-discovery/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml
index 24aa3de..18a8587 100644
--- a/pomba/network-discovery/pom.xml
+++ b/pomba/network-discovery/pom.xml
@@ -50,6 +50,23 @@ limitations under the License.
</dependencyManagement>
<dependencies>
+ <!-- Jolt transformation dependencies -->
+ <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>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.5</version>
+ </dependency>
+
<!-- Springframework dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -279,6 +296,7 @@ limitations under the License.
<includes>
<include>*.properties</include>
<include>*.xml</include>
+ <include>**/*.json</include>
</includes>
<filtering>false</filtering>
</resource>