Repository: chukwa Updated Branches: refs/heads/master f0f60e2ed -> d6e09cfac
CHUKWA-790. Update pom.xml to support JDK 1.8. (Eric Yang) Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/d6e09cfa Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/d6e09cfa Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/d6e09cfa Branch: refs/heads/master Commit: d6e09cfac3fa91b5593baf5984de3482f61be758 Parents: f0f60e2 Author: Eric Yang <[email protected]> Authored: Mon Nov 30 21:42:28 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Mon Nov 30 21:42:28 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/d6e09cfa/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 01e8f6d..61f6b01 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -30,6 +30,8 @@ Trunk (unreleased changes) IMPROVEMENTS + CHUKWA-790. Update pom.xml to support JDK 1.8. (Eric Yang) + CHUKWA-789. Added HBase schema to data model document. (Eric Yang) CHUKWA-786. Update documentation to reflect 0.7 release. (Eric Yang) http://git-wip-us.apache.org/repos/asf/chukwa/blob/d6e09cfa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d078072..68ae8cf 100644 --- a/pom.xml +++ b/pom.xml @@ -1205,6 +1205,11 @@ <artifactId>atlassian-rest-doclet</artifactId> <version>2.8.0-m3</version> </docletArtifact> + <docletArtifact> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.11.0</version> + </docletArtifact> </docletArtifacts> <useStandardDocletOptions>false</useStandardDocletOptions> <additionalparam>-output ${project.build.outputDirectory}/agent-rest.xml</additionalparam> @@ -1268,6 +1273,11 @@ <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.11.0</version> + </dependency> </dependencies> </plugin> <plugin>
