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/22 22:53:26 UTC

[incubator-pinot] branch jerseyJacksonVersions updated: Fix pinot-server launch errors

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 f974aa5  Fix pinot-server launch errors
f974aa5 is described below

commit f974aa57aab71674ea0385c9e3030baa86f870ca
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Tue Jan 22 14:53:14 2019 -0800

    Fix pinot-server launch errors
---
 pinot-server/pom.xml | 12 ++++++++----
 pom.xml              | 15 +++++----------
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index 8ef8b02..c1e1208 100644
--- a/pinot-server/pom.xml
+++ b/pinot-server/pom.xml
@@ -155,10 +155,18 @@
       <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>
     <dependency>
+      <groupId>org.glassfish.jersey.inject</groupId>
+      <artifactId>jersey-hk2</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.glassfish.jersey.media</groupId>
       <artifactId>jersey-media-json-jackson</artifactId>
     </dependency>
@@ -177,10 +185,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.hk2</groupId>
-      <artifactId>hk2-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.ws.rs</groupId>
       <artifactId>javax.ws.rs-api</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 9a4199a..0b07830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@
       <dependency>
         <groupId>org.glassfish.hk2</groupId>
         <artifactId>hk2-api</artifactId>
-        <version>2.1.58</version>
+        <version>2.5.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.helix</groupId>
@@ -644,13 +644,13 @@
         <version>3.19.0-GA</version>
       </dependency>
       <dependency>
-        <groupId>org.glassfish.jersey.inject</groupId>
-        <artifactId>jersey-hk2</artifactId>
+        <groupId>org.glassfish.jersey.core</groupId>
+        <artifactId>jersey-common</artifactId>
         <version>${jersey.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.glassfish.jersey.core</groupId>
-        <artifactId>jersey-common</artifactId>
+        <groupId>org.glassfish.jersey.inject</groupId>
+        <artifactId>jersey-hk2</artifactId>
         <version>${jersey.version}</version>
       </dependency>
       <dependency>
@@ -690,11 +690,6 @@
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>org.glassfish.hk2.external</groupId>
-        <artifactId>javax.inject</artifactId>
-        <version>2.4.0-b34</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-math</artifactId>
         <version>2.1</version>


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