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 /pom.xml | |
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 'pom.xml')
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -85,7 +85,6 @@ <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> @@ -204,6 +203,10 @@ <groupId>org.databene</groupId> <artifactId>contiperf</artifactId> </exclusion> + <exclusion> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -257,11 +260,6 @@ <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> |