Repository: ambari Updated Branches: refs/heads/trunk 4de996170 -> 3d13eb4f2
AMBARI-17304 : Ambari Flume Sink Unit Test failure (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3d13eb4f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3d13eb4f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3d13eb4f Branch: refs/heads/trunk Commit: 3d13eb4f2344174e615fe1fa4f3a1f4adedbddaa Parents: 4de9961 Author: Aravindan Vijayan <[email protected]> Authored: Fri Jun 17 15:19:59 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Fri Jun 17 17:28:51 2016 -0700 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-flume-sink/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3d13eb4f/ambari-metrics/ambari-metrics-flume-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-flume-sink/pom.xml b/ambari-metrics/ambari-metrics-flume-sink/pom.xml index 124a2f0..a3fae56 100644 --- a/ambari-metrics/ambari-metrics-flume-sink/pom.xml +++ b/ambari-metrics/ambari-metrics-flume-sink/pom.xml @@ -156,5 +156,10 @@ limitations under the License. <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>14.0.1</version> + </dependency> </dependencies> </project>
