diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-04-19 09:31:36 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-04-19 13:22:12 -0400 |
commit | caac2b0ea280a67e5b2bc82ac368bea2c3b9b0da (patch) | |
tree | 472ea9a87776798d4469901b731a3050dd2aeb25 /aai-core/pom.xml | |
parent | 235f7eb30eb3eea9bf9e56e0e4bc2bee458abbd4 (diff) |
Fix the spring core and netty handler issue
Issue-ID: AAI-586
Change-Id: I69efb05f9fb82ffe1a97042e493c754b55bfb269
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 6d6814f7..c7f4686e 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -514,11 +514,6 @@ </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> @@ -635,6 +630,21 @@ <artifactId>spring-jms</artifactId> <version>4.3.16.RELEASE</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.8.11</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.8.11</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>2.8.11</version> + </dependency> </dependencies> <!-- Plugins and repositories --> |