Adding examples-servlet module to apex-pdp
Adding examples-servlet module to demonstrate the capability that
apex-pdp can be simply started as a servlet deployed in any application
server.
Change-Id: I5c9e323f1468cc14c6277c0037029679d00cd751
Issue-ID: POLICY-861
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
diff --git a/examples/pom.xml b/examples/pom.xml
index 37306f3..ce0a82f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -42,5 +42,6 @@
<module>examples-decisionmaker</module>
<module>examples-periodic</module>
<module>examples-onap-vcpe</module>
+ <module>examples-servlet</module>
</modules>
</project>
\ No newline at end of file