Repository: hadoop Updated Branches: refs/heads/trunk 44fdf0096 -> 24a83febe
HADOOP-13659. Upgrade jaxb-api version. Contributed by Sean Mackrory. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/24a83feb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/24a83feb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/24a83feb Branch: refs/heads/trunk Commit: 24a83febea4bef4d52f1ab952138d2fff0fa2445 Parents: 44fdf00 Author: Wei-Chiu Chuang <[email protected]> Authored: Wed Oct 26 04:39:09 2016 -0700 Committer: Wei-Chiu Chuang <[email protected]> Committed: Wed Oct 26 04:39:09 2016 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/24a83feb/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index dcdfd5e..c7c5a72 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -962,7 +962,7 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.2.2</version> + <version>2.2.11</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
