Browse Source

AMBARI-11529. Work with json module takes too long - fixed rat failure (aonishuk)

Andrew Onishuk 10 years ago
parent
commit
e5339f3cd8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pom.xml

+ 2 - 0
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>