From 4e7cdf4d9033cc5e967b427a76000453d7f15180 Mon Sep 17 00:00:00 2001
From: Bruno Lavit <bruno.lavit@forgerock.com>
Date: Thu, 20 Oct 2016 07:25:57 +0000
Subject: [PATCH] RELENG-70 - New mechanism to get the ForgeRock binary license using ForgeRock parent 2.0.10
---
pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 34d0da1..22599fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,11 @@
*
</opendj.osgi.import>
<opendj-copyright-maven-plugin.version>1.0.1</opendj-copyright-maven-plugin.version>
+
+ <!-- ForgeRock build tools and Checkstyle versions (to avoid many checkstyle errors with ForgeRock Parent 2.0.10) -->
+ <forgerockBuildToolsVersion>1.0.2</forgerockBuildToolsVersion>
+ <checkstylePluginVersion>2.9.1</checkstylePluginVersion>
+ <checkstyleVersion>5.5</checkstyleVersion>
</properties>
<inceptionYear>2011</inceptionYear>
--
Gitblit v1.10.0