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