diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-19 18:45:16 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-19 21:37:59 +0100 |
commit | 3d02543fc00a46da2da8f682f71b538ca2fd36e5 (patch) | |
tree | f31f40279c7d00505b10bf5f7000712ea2e0c879 /pom.xml | |
parent | ab64a570730f3645939a33e06487c2477f1314de (diff) |
Adding examples module to apex-pdp
Adding examples (MyFirstPolicy, AADM, Adaptive, PCVS) to apex-pdp
so that anyone can try out running few sample policies
and understand how to create and run policies in apex-pdp.
Change-Id: I0dff6d54ef94d8b5bdb63eabcb09e9f64d76fd0c
Issue-ID: POLICY-861
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -159,8 +159,9 @@ <module>auth</module> <module>services</module> <module>plugins</module> - <module>packages</module> + <module>examples</module> <module>testsuites</module> + <module>packages</module> <module>client</module> <module>tools</module> </modules> |