diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/http/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3dee45c4..82f4bf2f 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -105,11 +105,6 @@ Excluded commons-codec vulnerable version and added invulnerable version <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> </exclusion> - <!--JIRA: CLI-253--> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> </exclusions> </dependency> <dependency> @@ -135,6 +130,11 @@ Excluded commons-codec vulnerable version and added invulnerable version <version>1.19</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.10.0</version> + </dependency> </dependencies> <build> <plugins> |