Repository: hbase Updated Branches: refs/heads/branch-1 3e45e0202 -> 5f7b926bb
HBASE-20446 Allow building HBase 1.x against Hadoop 3.1.x. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5f7b926b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5f7b926b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5f7b926b Branch: refs/heads/branch-1 Commit: 5f7b926bb565a7d3d6ac2f39e97fc0bbadb3ca8f Parents: 3e45e02 Author: Lars Hofhansl <[email protected]> Authored: Thu Sep 6 10:47:13 2018 -0700 Committer: Lars Hofhansl <[email protected]> Committed: Thu Sep 6 10:47:13 2018 -0700 ---------------------------------------------------------------------- .../src/main/resources/supplemental-models.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/5f7b926b/hbase-resource-bundle/src/main/resources/supplemental-models.xml ---------------------------------------------------------------------- diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index b164c58..79c3a93 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -2561,5 +2561,18 @@ Copyright (c) 2007-2011 The JRuby project </licenses> </project> </supplement> - + <supplement> + <project> + <groupId>dnsjava</groupId> + <artifactId>dnsjava</artifactId> + <version>2.1.7</version> + <licenses> + <license> + <name>BSD license</name> + <url>https://github.com/dnsjava/dnsjava/blob/master/LICENSE</url> + <distribution>repo</distribution> + </license> + </licenses> + </project> + </supplement> </supplementalDataModels>
