diff options
author | 2018-03-08 17:49:12 +0800 | |
---|---|---|
committer | 2018-03-08 17:49:16 +0800 | |
commit | 722d78240f9ae320ceb262b496cf8cee07ae2591 (patch) | |
tree | 1461425421ff7ce4a995e24209525521c29b0b05 /pom.xml | |
parent | 342e59ba8f874e692fb508d975448e6d0abaf266 (diff) |
Solve nexus IQ security issue
Upgrade the jackson-core to the latest version to solve SONATYPE-2017-0355
Issue-ID: MSB-131
Change-Id: I9a7fc431a07533c47fe56bd69b18012cf9d7216c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -38,11 +38,6 @@ <version>3.0</version> </dependency> <dependency> - <groupId>com.eclipsesource.jaxrs</groupId> - <artifactId>consumer</artifactId> - <version>5.0</version> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version> @@ -65,6 +60,21 @@ <version>1.6.6</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.9.3</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.9.3</version> + </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>19.0</version> + </dependency> </dependencies> <build> <plugins> |