From 0af104298947b796ebd511dcabd17209bf452a06 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 7 Mar 2019 19:51:59 -0500 Subject: Create ParameterGroupImpl Classes that implement ParameterGroup all have to add their own name and validate() fields and methods. Added an "impl" class that provides the standard functionality and modified subclasses to use it. Change-Id: Ic6ee1607fb4fe7164a4e1eeebc480ea7d1e7e4d7 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn --- common-parameters/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common-parameters/pom.xml') diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index e8859c89..9eefb551 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -34,6 +34,10 @@ org.apache.commons commons-lang3 + + org.projectlombok + lombok + junit junit -- cgit 1.2.3-korg