aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-02-07 21:52:23 +0000
committerramverma <ram.krishna.verma@est.tech>2019-02-07 21:52:23 +0000
commit74ead72904c6c9240dbfcf6d86433e32510416f6 (patch)
tree5aa421d52d598a476b6f36a0c050f38ba75f1fd4 /main/pom.xml
parent370c227614be2b63c9383d4eb5a6c064d3d49835 (diff)
Adding statistics endpoint to policy/pap
1) Adding statistics endpoint to policy pap component. 2) Introducing lombok libraray. 3) Adding configurable support for aaf authentication. 4) Adding configurable support for https communication. 5) Adding related test cases. Change-Id: Ib3131810c42fbd23878b97302da8d54f095da373 Issue-ID: POLICY-1482 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index f9f4b391..bb7db384 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -56,6 +56,12 @@
<artifactId>policy-endpoints</artifactId>
<version>${policy.common.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.4</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>