Repository: ambari Updated Branches: refs/heads/trunk 0c188aeae -> 371f1f327
AMBARI-21955. Update React version to 15.6.2 to get MIT license. (Sanket Shah via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/371f1f32 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/371f1f32 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/371f1f32 Branch: refs/heads/trunk Commit: 371f1f327d2b7b57df09cdf196e803213f59d993 Parents: 0c188ae Author: Yusaku Sako <[email protected]> Authored: Fri Oct 20 12:52:03 2017 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Oct 20 12:52:03 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/371f1f32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 97900f3..bd81a87 100644 --- a/pom.xml +++ b/pom.xml @@ -363,6 +363,7 @@ <exclude>contrib/views/storm/src/main/resources/ui/node_modules/**</exclude> <exclude>contrib/views/storm/src/main/resources/ui/public/**</exclude> <exclude>contrib/views/storm/src/main/resources/ui/app/styles/**</exclude> + <exclude>contrib/views/storm/src/main/resources/libs/Bootstrap/**</exclude> <exclude>contrib/addons/package/deb/nagios_addon_deb_control</exclude> <exclude>contrib/addons/src/addOns/nagios/conf.d/hdp_mon_nagios_addons.conf</exclude> <exclude>contrib/views/*/.classpath</exclude>
