Repository: ambari Updated Branches: refs/heads/trunk 28c249e53 -> 292505cbc
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/292505cb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/292505cb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/292505cb Branch: refs/heads/trunk Commit: 292505cbc5834e12525907f6adfa511d0ea20dbd Parents: 28c249e Author: Jaimin Jetly <[email protected]> Authored: Thu May 15 12:38:35 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu May 15 12:41:05 2014 -0700 ---------------------------------------------------------------------- contrib/views/files/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/292505cb/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>
