You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/11/18 00:36:10 UTC

atlas git commit: ATLAS-2265: upgrade Jackson library version from 1.9.13 to 2.9.2, to be in sync with dependent Hadoop projects (#2)

Repository: atlas
Updated Branches:
  refs/heads/master 12d83b5bd -> 6dea2e4f6


ATLAS-2265: upgrade Jackson library version from 1.9.13 to 2.9.2, to be in sync with dependent Hadoop projects (#2)


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

Branch: refs/heads/master
Commit: 6dea2e4f6318911328ff5d1edc52f66521826d6f
Parents: 12d83b5
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Fri Nov 17 16:35:49 2017 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Fri Nov 17 16:35:49 2017 -0800

----------------------------------------------------------------------
 graphdb/titan0/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/6dea2e4f/graphdb/titan0/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml
index 40535fe..28d051b 100644
--- a/graphdb/titan0/pom.xml
+++ b/graphdb/titan0/pom.xml
@@ -274,7 +274,7 @@
                                         <exclude>META-INF/*.SF</exclude>
                                         <exclude>META-INF/*.DSA</exclude>
                                         <exclude>META-INF/*.RSA</exclude>
-                                        <exclude>org/codehaus/jackson/map/**</exclude>
+                                        <exclude>org/codehaus/jackson/**</exclude>
                                         <exclude>com/fasterxml/jackson/**</exclude>
                                     </excludes>
                                 </filter>