Repository: ambari Updated Branches: refs/heads/branch-1.6.0 70b146bfa -> cd67a8c25
AMBARI-5755. Views: Pig and Files view no longer need to include dependency classes. (addendum patch)(jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cd67a8c2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cd67a8c2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cd67a8c2 Branch: refs/heads/branch-1.6.0 Commit: cd67a8c25b0a2a8e04165d0b58f76aec4f1004c9 Parents: 70b146b Author: Jaimin Jetly <[email protected]> Authored: Thu May 15 12:38:35 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu May 15 12:38:55 2014 -0700 ---------------------------------------------------------------------- contrib/views/files/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cd67a8c2/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index 811b24c..dc92976 100644 --- a/contrib/views/files/pom.xml +++ b/contrib/views/files/pom.xml @@ -99,6 +99,7 @@ <dependency> <groupId>org.apache.ambari</groupId> <artifactId>ambari-views</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId>
