aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-03-04 13:29:54 +0000
committerramverma <ram.krishna.verma@est.tech>2019-03-04 13:29:54 +0000
commitaee89a9ca97ba75b9cbb7cf5eba545a8e78acc09 (patch)
tree116c2216e408e4a4f42e71bc47fb3d90e0cc4681 /pom.xml
parent6aa615ca038801b48e50f9a5026b19446b22fe8d (diff)
Adding pdp-common module to policy/common
1) Adding pdp-common module to policy/common. So that all common code across various pdps will be at one place. 2) Adding java classes for PDP_STATUS, PDP_UPDATE, PDP_STATE_CHANGE & PDP_HEALTH_CHECK messages. 3) Adding enums for PDPHeathStatus, PDPResponseStatus & PdpState. 4) Adding relevant test cases. Change-Id: I13e62f393fbd1c261696783cfe4b7dfff72625ba Issue-ID: POLICY-1443 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0ff66762..3b7d351e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
<module>integrity-audit</module>
<module>integrity-monitor</module>
<module>policy-endpoints</module>
+ <module>pdp-common</module>
</modules>
<dependencyManagement>