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 19:42:36 UTC

[incubator-pinot] branch jerseyJacksonVersions updated: Remove hardcoded jersey 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 b816e3b  Remove hardcoded jersey version
b816e3b is described below

commit b816e3bac94329a1f978c32b126cd9084a9831a0
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Tue Jan 22 11:42:17 2019 -0800

    Remove hardcoded jersey version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a639c02..d001b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,7 +656,7 @@
       <dependency>
         <groupId>org.glassfish.jersey.media</groupId>
         <artifactId>jersey-media-json-jackson</artifactId>
-        <version>2.24</version>
+        <version>${jersey.version}</version>
       </dependency>
       <dependency>
         <groupId>com.sun.jersey</groupId>


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