Repository: zeppelin Updated Branches: refs/heads/master 941ccbbbd -> c1aeb620b
[ZEPPELIN-3447] Bump up version of jackson-databind This is to upgrade the package jackson-databind libary to 2.27 [Improvement] * [ZEPPELIN-3447](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3447) * Does the licenses files need an update? N?A * Is there breaking changes for older versions? N?A * Does this needs documentation? N?A Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Closes #2962 from prabhjyotsingh/ZEPPELIN-3447 and squashes the following commits: a9d2abcdf [Prabhjyot Singh] ZEPPELIN-3447: Bump up version of jackson-databind Change-Id: I5f8ff956ba147d24e43af81076e3e869de1bbab0 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/c1aeb620 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/c1aeb620 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/c1aeb620 Branch: refs/heads/master Commit: c1aeb620bb0030638624daf19d711a2bec8eab69 Parents: 941ccbb Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Authored: Tue May 8 14:18:35 2018 +0530 Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com> Committed: Fri May 11 09:41:52 2018 +0530 ---------------------------------------------------------------------- zeppelin-server/pom.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/c1aeb620/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 46cdd65..f91f6da 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -36,10 +36,10 @@ <!--library versions--> <commons.httpclient.version>4.3.6</commons.httpclient.version> - <jersey.version>2.22.2</jersey.version> + <jersey.version>2.27</jersey.version> <quartz.scheduler.version>2.2.1</quartz.scheduler.version> <jersey.servlet.version>1.13</jersey.servlet.version> - <javax.ws.rsapi.version>2.0.1</javax.ws.rsapi.version> + <javax.ws.rsapi.version>2.1</javax.ws.rsapi.version> <libpam4j.version>1.8</libpam4j.version> <jna.version>4.1.0</jna.version> @@ -143,9 +143,23 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.8.11.1</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-server</artifactId> <version>${jersey.version}</version> @@ -205,7 +219,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.5.4</version> + <version>2.8.0</version> </dependency> <dependency>