diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -208,15 +208,6 @@ <version>${jackson.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> -<!-- for DMAAP-205, a point release on the common version - addresses a security issue. Note the add notation here - <version>${jackson.version}.1</version> - --> - <version>${jackson.version}</version> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>${jackson.version}</version> |