Repository: asterixdb Updated Branches: refs/heads/master fdedf6263 -> 6034ece7e
[NO ISSUE] Update Jackson libraries to 2.9.7 Change-Id: I0b8a455ea9759a16422ccb35e858f6fc7e504721 Reviewed-on: https://asterix-gerrit.ics.uci.edu/3013 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/bd7ba456 Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/bd7ba456 Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/bd7ba456 Branch: refs/heads/master Commit: bd7ba456e7d41dd568bfdf52fc133d60e0c26ac7 Parents: 10233dc Author: Michael Blow <[email protected]> Authored: Wed Oct 31 15:08:26 2018 -0400 Committer: Michael Blow <[email protected]> Committed: Wed Oct 31 20:37:48 2018 -0700 ---------------------------------------------------------------------- .../hyracks-maven-plugins/license-automation-plugin/pom.xml | 3 +-- hyracks-fullstack/pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/bd7ba456/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml index bc7e612..9e22c35 100644 --- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml @@ -64,7 +64,6 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -102,4 +101,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/asterixdb/blob/bd7ba456/hyracks-fullstack/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 1de4c6b..1d52cc8 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -149,17 +149,17 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.4</version> + <version>2.9.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.8.4</version> + <version>2.9.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.8.4</version> + <version>2.9.7</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -764,4 +764,4 @@ <module>algebricks</module> <module>hyracks-fullstack-license</module> </modules> -</project> \ No newline at end of file +</project>
