aboutsummaryrefslogtreecommitdiffstats
path: root/forwarding
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-08-02 08:57:40 +0000
committerramverma <ram.krishna.verma@est.tech>2019-08-02 08:57:40 +0000
commit039cd619bc102865d664bbf6b003cd33b243eaf1 (patch)
tree6880401fdb251cf7c0ddf266117dad5dc15d8099 /forwarding
parent75191319d88b94e4fc3b0151f8009419165e1c59 (diff)
Change parameters to extend ParameterGroupImpl
1. Changing all the forwarder parameter groups to extend the ParameterGroupImpl instead of implementing the ParameterGroup interface. 2. Introducing lombok in distribution. 3. Fixing all the affected test cases. 4. Creating parameter group to hold parameters needed for forwarding policies to the new lifecycle API's. Issue-ID: POLICY-1890 Change-Id: I0c8b72f355a610fa5d46daaacc9ef7f06b7cec09 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'forwarding')
-rw-r--r--forwarding/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/forwarding/pom.xml b/forwarding/pom.xml
index 68f20441..ec9a9d73 100644
--- a/forwarding/pom.xml
+++ b/forwarding/pom.xml
@@ -46,5 +46,10 @@
<artifactId>policy-models-tosca</artifactId>
<version>${policy.models.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>