diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-03-04 13:29:54 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-03-04 13:29:54 +0000 |
commit | aee89a9ca97ba75b9cbb7cf5eba545a8e78acc09 (patch) | |
tree | 116c2216e408e4a4f42e71bc47fb3d90e0cc4681 /pom.xml | |
parent | 6aa615ca038801b48e50f9a5026b19446b22fe8d (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ <module>integrity-audit</module> <module>integrity-monitor</module> <module>policy-endpoints</module> + <module>pdp-common</module> </modules> <dependencyManagement> |