Compare commits

...

1 Commits

Author SHA1 Message Date
kjwang-talend
46804c5b7b Kjwang/fix tup 21401 high cve vulnerability found in talend components (#2164) (#2191)
* Fix TUP-21401 High CVE Vulnerability found in Talend Components
https://jira.talendforge.org/browse/TUP-21401

* Fix TUP-21401 High CVE Vulnerability found in Talend Components
https://jira.talendforge.org/browse/TUP-21401
2019-03-04 14:30:27 +08:00
2 changed files with 22 additions and 0 deletions

View File

@@ -63,6 +63,28 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.5.37</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>