Repository: ambari Updated Branches: refs/heads/trunk 3c563d3b2 -> e5339f3cd
AMBARI-11529. Work with json module takes too long - fixed rat failure (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e5339f3c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e5339f3c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e5339f3c Branch: refs/heads/trunk Commit: e5339f3cd861c8891c2c976b8a33b0a003f85233 Parents: 3c563d3 Author: Andrew Onishuk <[email protected]> Authored: Fri May 29 21:52:19 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Fri May 29 21:53:57 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e5339f3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b0f75c0..93f2169 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,8 @@ <!--Jinja2 library (BSD license)--> <exclude>ambari-common/src/main/python/ambari_jinja2/**</exclude> <exclude>ambari-common/src/main/python/jinja2/**</exclude> + <!--Simplejson library (MIT license)--> + <exclude>ambari-common/src/main/python/ambari_simplejson/**</exclude> <exclude>ambari-web/node_modules/**</exclude>
