[GITHUB] modify the version of dependency jackson in the pom.xml in the opentsdb test

This commit is contained in:
fang 2019-09-24 15:44:53 +08:00
parent 638865fd5b
commit a151f2d440
1 changed files with 3 additions and 3 deletions

View File

@ -106,19 +106,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.5</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.10</version>
</dependency>
<dependency>