Selaa lähdekoodia

AMBARI-9806. Slider view: specify 1.9 version for jersey JARs (srimanth)

Srimanth Gunturi 10 vuotta sitten
vanhempi
commit
7dfb0e4a58
1 muutettua tiedostoa jossa 20 lisäystä ja 0 poistoa
  1. 20 0
      contrib/views/slider/pom.xml

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

@@ -101,6 +101,26 @@
       <artifactId>jersey-core</artifactId>
       <version>${jersey.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-client</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-guice</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-json</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
   </dependencies>
 
   <repositories>