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:15:17 UTC

[incubator-pinot] branch jerseyJacksonVersions updated: Add jersey-hk2 dependency explicitly; bump swagger back to the old version

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 4db62df  Add jersey-hk2 dependency explicitly; bump swagger back to the old version
4db62df is described below

commit 4db62dfa7fc63a2e54ec8f5d9b6d98f36357f837
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Tue Jan 22 14:15:03 2019 -0800

    Add jersey-hk2 dependency explicitly; bump swagger back to the old version
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d001b30..9a4199a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <jackson.version>2.9.8</jackson.version>
     <async-http-client.version>1.9.21</async-http-client.version>
     <jersey.version>2.28-RC4</jersey.version>
-    <swagger.version>1.5.21</swagger.version>
+    <swagger.version>1.5.10</swagger.version>
     <hadoop.version>2.7.0</hadoop.version>
     <antlr.version>4.6</antlr.version>
     <!-- commons-configuration, hadoop-common, hadoop-client use commons-lang -->
@@ -644,6 +644,11 @@
         <version>3.19.0-GA</version>
       </dependency>
       <dependency>
+        <groupId>org.glassfish.jersey.inject</groupId>
+        <artifactId>jersey-hk2</artifactId>
+        <version>${jersey.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.glassfish.jersey.core</groupId>
         <artifactId>jersey-common</artifactId>
         <version>${jersey.version}</version>


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