Repository: yetus Updated Branches: refs/heads/master 0f0c00cd1 -> 7fc6b1e4d
YETUS-524. Add default jdk.tools version to support Gradle builds Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/7fc6b1e4 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/7fc6b1e4 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/7fc6b1e4 Branch: refs/heads/master Commit: 7fc6b1e4d2a6f352297b723696f8a380b5185d91 Parents: 0f0c00c Author: Grant Henke <[email protected]> Authored: Fri Jun 23 13:00:22 2017 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Mon Jun 26 11:36:46 2017 -0700 ---------------------------------------------------------------------- yetus-project/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/7fc6b1e4/yetus-project/pom.xml ---------------------------------------------------------------------- diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml index b3bf567..7338423 100644 --- a/yetus-project/pom.xml +++ b/yetus-project/pom.xml @@ -72,6 +72,13 @@ <artifactId>extra-enforcer-rules</artifactId> <version>${extra.enforcer.version}</version> </dependency> + <dependency> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + <version>1.7</version> + <scope>system</scope> + <systemPath>${java.home}/../lib/tools.jar</systemPath> + </dependency> </dependencies> </dependencyManagement>
