diff options
author | econwar <conor.ward@est.tech> | 2019-04-23 13:32:22 +0000 |
---|---|---|
committer | econwar <conor.ward@est.tech> | 2019-04-23 13:32:22 +0000 |
commit | bceb18df30982e2ace538baf5c49336fe0e45b0a (patch) | |
tree | ffe512595515b7684b195bc8366ac8337bf12f6a /datarouter-node/pom.xml | |
parent | e8fb861c8f5c4b14f795f5ee40e7c5f8d2e2c18b (diff) |
Fix security vulnerabilities
Change-Id: Ib0812a1cdf6bd2fcf2c22e468363667f52d9864d
Issue-ID: DMAAP-1176
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 06aa3fcf..537b05b5 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -128,6 +128,10 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> + <dependency> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + </dependency> </dependencies> <profiles> <profile> |