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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to