aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoreconwar <conor.ward@est.tech>2019-04-23 13:32:22 +0000
committereconwar <conor.ward@est.tech>2019-04-23 13:32:22 +0000
commitbceb18df30982e2ace538baf5c49336fe0e45b0a (patch)
treeffe512595515b7684b195bc8366ac8337bf12f6a /pom.xml
parente8fb861c8f5c4b14f795f5ee40e7c5f8d2e2c18b (diff)
Fix security vulnerabilities
Change-Id: Ib0812a1cdf6bd2fcf2c22e468363667f52d9864d Issue-ID: DMAAP-1176 Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1e239cdb..7a524b57 100755
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<sl4j-api.version>1.7.25</sl4j-api.version>
<hamcrest-lib.version>1.3</hamcrest-lib.version>
<annotations.version>12.0</annotations.version>
-
+ <xstream.version>1.4.10</xstream.version>
</properties>
<modules>
<module>datarouter-prov</module>
@@ -257,6 +257,11 @@
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>${xstream.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>