summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/pom.xml
diff options
context:
space:
mode:
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>