Repository: tez Updated Branches: refs/heads/master 6cb82062d -> 24ca1de0e
TEZ-2730. tez-api missing dependency on org.codehaus.jettison for json. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/24ca1de0 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/24ca1de0 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/24ca1de0 Branch: refs/heads/master Commit: 24ca1de0e12da3f9d165f1eda44c7076de0f2f12 Parents: 6cb8206 Author: Hitesh Shah <[email protected]> Authored: Tue Aug 18 19:59:13 2015 -0700 Committer: Hitesh Shah <[email protected]> Committed: Tue Aug 18 19:59:13 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-api/pom.xml | 4 ++++ 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/24ca1de0/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4de1771..7324421 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,7 @@ INCOMPATIBLE CHANGES TEZ-2468. Change the minimum Java version to Java 7. ALL CHANGES: + TEZ-2730. tez-api missing dependency on org.codehaus.jettison for json. TEZ-2719. Consider reducing logs in unordered fetcher with shared-fetch option TEZ-2646. Add scheduling casual dependency for attempts TEZ-2647. Add input causality dependency for attempts http://git-wip-us.apache.org/repos/asf/tez/blob/24ca1de0/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index bb09c6d..afb6557 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -42,6 +42,10 @@ <artifactId>commons-lang</artifactId> </dependency> <dependency> + <groupId>org.codehaus.jettison</groupId> + <artifactId>jettison</artifactId> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> </dependency>
