Repository: ignite
Updated Branches:
  refs/heads/master dc6023d99 -> 1925524e2


IGNITE-9646: Added jackson dependencies back to ignite-aws. - Fixes #4793.

Signed-off-by: Dmitriy Pavlov <dpav...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a468beec
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a468beec
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a468beec

Branch: refs/heads/master
Commit: a468beecdc241adbeff711193d84e9501664969a
Parents: bc41ab0
Author: Stanislav Lukyanov <stanlukya...@gmail.com>
Authored: Thu Sep 20 18:21:39 2018 +0300
Committer: Dmitriy Pavlov <dpav...@apache.org>
Committed: Thu Sep 20 18:21:39 2018 +0300

----------------------------------------------------------------------
 modules/aws/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a468beec/modules/aws/pom.xml
----------------------------------------------------------------------
diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml
index e50b6df..57d77ff 100644
--- a/modules/aws/pom.xml
+++ b/modules/aws/pom.xml
@@ -71,6 +71,27 @@
             <version>${aws.sdk.version}</version>
         </dependency>
 
+        <!-- Do not remove  com.fasterxml.jackson.core:jackson-core it is 
required at runtime -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>${jackson.version}</version>
+        </dependency>
+
+        <!-- Do not remove com.fasterxml.jackson.core:jackson-annotations it 
is required at runtime -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+            <version>${jackson.version}</version>
+        </dependency>
+
+        <!-- Do not remove com.fasterxml.jackson.core:jackson-databind it is 
required at runtime -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>${jackson.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>

Reply via email to