Repository: ambari
Updated Branches:
  refs/heads/trunk 7f752bed2 -> c0d435e51


AMBARI-9638. Slider View: Classloading issues due to incorrect version of guice 
(srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c0d435e5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c0d435e5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c0d435e5

Branch: refs/heads/trunk
Commit: c0d435e51083b12913caa6e9e2cab73838f8d0dc
Parents: ec4bed3
Author: Srimanth Gunturi <sgunt...@hortonworks.com>
Authored: Fri Feb 13 13:36:49 2015 -0800
Committer: Srimanth Gunturi <sgunt...@hortonworks.com>
Committed: Fri Feb 13 13:36:56 2015 -0800

----------------------------------------------------------------------
 contrib/views/slider/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c0d435e5/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index 71025d4..feb7011 100644
--- a/contrib/views/slider/pom.xml
+++ b/contrib/views/slider/pom.xml
@@ -88,6 +88,11 @@
       <version>${commons-compress.version}</version>
     </dependency>
     <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <version>${guice.version}</version>
+    </dependency>
+    <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
     </dependency>

Reply via email to