Repository: atlas
Updated Branches:
  refs/heads/master 2735f96fc -> 8120947b4


ATLAS-2494 :- Added jackson.core dependency in intg module.


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

Branch: refs/heads/master
Commit: 8120947b4e0081ae09b5da0fb4732630a6501441
Parents: 2735f96
Author: nixonrodrigues <ni...@apache.org>
Authored: Sat Mar 10 12:02:37 2018 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Tue Mar 13 16:58:32 2018 +0530

----------------------------------------------------------------------
 intg/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/8120947b/intg/pom.xml
----------------------------------------------------------------------
diff --git a/intg/pom.xml b/intg/pom.xml
index d28671f..f3c6db3 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -59,6 +59,12 @@
         </dependency>
 
         <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+            <version>${jackson.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
             <version>${javax-inject.version}</version>

Reply via email to