Browse Source

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

Srimanth Gunturi 10 years ago
parent
commit
c0d435e510
1 changed files with 5 additions and 0 deletions
  1. 5 0
      contrib/views/slider/pom.xml

+ 5 - 0
contrib/views/slider/pom.xml

@@ -87,6 +87,11 @@
       <artifactId>commons-compress</artifactId>
       <artifactId>commons-compress</artifactId>
       <version>${commons-compress.version}</version>
       <version>${commons-compress.version}</version>
     </dependency>
     </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <version>${guice.version}</version>
+    </dependency>
     <dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
       <artifactId>json-simple</artifactId>