Repository: samza-hello-samza Updated Branches: refs/heads/master ad1ee603a -> 1e843814d
SAMZA-884: fix jackson dependency in hello-samza Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/def2b395 Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/def2b395 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/def2b395 Branch: refs/heads/master Commit: def2b3958994773d63c950db63d926957029ccdf Parents: ad1ee60 Author: Yi Pan <[email protected]> Authored: Fri Mar 4 11:50:09 2016 -0800 Committer: Navina Ramesh <[email protected]> Committed: Mon Aug 8 13:51:14 2016 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/def2b395/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index cbbd2b3..1a59780 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ configurations { } dependencies { - compile(group: 'org.codehaus.jackson', name: 'jackson-jaxrs', version: '1.8.5') + compile(group: 'org.codehaus.jackson', name: 'jackson-jaxrs', version: '1.9.13') compile(group: 'org.slf4j', name: 'slf4j-api', version: "$SLF4J_VERSION") compile(group: 'org.slf4j', name: 'slf4j-log4j12', version: "$SLF4J_VERSION") compile(group: 'org.schwering', name: 'irclib', version: '1.10') http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/def2b395/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4bec5e0..8334fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ under the License. <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-jaxrs</artifactId> - <version>1.8.5</version> + <version>1.9.13</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId>
