Repository: samza-hello-samza Updated Branches: refs/heads/latest e20ca288e -> 805ff4269
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/805ff426 Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/805ff426 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/805ff426 Branch: refs/heads/latest Commit: 805ff4269c37a76480e7059738d113dca1d50a7e Parents: e20ca28 Author: Yi Pan <[email protected]> Authored: Fri Mar 4 11:50:09 2016 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Fri Mar 4 11:50:09 2016 -0800 ---------------------------------------------------------------------- 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/805ff426/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/805ff426/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 552c2a9..9745c93 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>
