You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by su...@apache.org on 2019/01/23 16:36:30 UTC

[incubator-pinot] branch jerseyJacksonVersions updated: Use the right hk2 dependency

This is an automated email from the ASF dual-hosted git repository.

sunithabeeram pushed a commit to branch jerseyJacksonVersions
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/jerseyJacksonVersions by this push:
     new 929cb6d  Use the right hk2 dependency
929cb6d is described below

commit 929cb6d4973360944ede6aa71cf28266c8191724
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Wed Jan 23 08:36:14 2019 -0800

    Use the right hk2 dependency
---
 pinot-broker/pom.xml     | 8 ++++----
 pinot-controller/pom.xml | 8 ++++----
 pinot-server/pom.xml     | 4 ----
 pom.xml                  | 5 -----
 4 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml
index 13ef549..daa0e1e 100644
--- a/pinot-broker/pom.xml
+++ b/pinot-broker/pom.xml
@@ -81,6 +81,10 @@
       <artifactId>jersey-container-grizzly2-http</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.glassfish.jersey.inject</groupId>
+      <artifactId>jersey-hk2</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-transport</artifactId>
     </dependency>
@@ -112,10 +116,6 @@
       <artifactId>swagger-jersey2-jaxrs</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.hk2</groupId>
-      <artifactId>hk2-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
       <exclusions>
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 8c336d0..83c322c 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -108,6 +108,10 @@
       <artifactId>jersey-server</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.glassfish.jersey.inject</groupId>
+      <artifactId>jersey-hk2</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.glassfish.jersey.media</groupId>
       <artifactId>jersey-media-multipart</artifactId>
     </dependency>
@@ -140,10 +144,6 @@
       <artifactId>swagger-jaxrs</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.hk2</groupId>
-      <artifactId>hk2-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index c1e1208..911e7f0 100644
--- a/pinot-server/pom.xml
+++ b/pinot-server/pom.xml
@@ -155,10 +155,6 @@
       <artifactId>javassist</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.hk2</groupId>
-      <artifactId>hk2-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-common</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 0b07830..e4bd807 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,11 +409,6 @@
         <version>2.0.1.Final</version>
       </dependency>
       <dependency>
-        <groupId>org.glassfish.hk2</groupId>
-        <artifactId>hk2-api</artifactId>
-        <version>2.5.0</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.helix</groupId>
         <artifactId>helix-core</artifactId>
         <version>${helix.version}</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org