diff options
author | emartin <ephraim.martin@est.tech> | 2019-04-02 11:40:04 +0000 |
---|---|---|
committer | emartin <ephraim.martin@est.tech> | 2019-04-02 11:40:04 +0000 |
commit | 39bec8163a57b4c026fc78feb12797a0d3bbdc15 (patch) | |
tree | ca1e7c08369ea3dfd5d09aed4a1a0675d919cbb6 /pom.xml | |
parent | 36605ed860a6eb7fca09156c6e8ae6ebf5259ea3 (diff) |
Handle non-xml PM files
*Non-xml files will not be mapped to VES
Change-Id: Ice1b901576be4da0593f38eb2c0b4e4676b6019e
Issue-ID: DCAEGEN2-1327
Signed-off-by: emartin <ephraim.martin@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,6 +47,7 @@ <undertow.version>2.0.16.Final</undertow.version> <gson.version>2.8.5</gson.version> <freemarker.version>2.3.28</freemarker.version> + <commons.io.version>2.6</commons.io.version> <!-- Testing.Test Dependencies --> <junit.version>5.3.2</junit.version> <mockito.version>2.23.4</mockito.version> @@ -128,6 +129,11 @@ <version>${freemarker.version}</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons.io.version}</version> + </dependency> + <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${junit.version}</version> |