From 1d86d11223e9c60ec65b737301b51ca9a42adff5 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 26 Mar 2019 13:54:45 +0000 Subject: Adding services-onappf module to apex-pdp 1) Adding services-onappf module to apex-pdp. 2) Following the code base from policy/pap to build the module. 3) Currently PAP is using property & configuration file for bootstrap. Continuing the same in this module as well. 4) Adding relevant test cases. Change-Id: Id9740ea60ae3ecbd88e5d6d3586ee0dde1054cca Issue-ID: POLICY-1452 Signed-off-by: a.sreekumar --- services/services-onappf/src/main/resources/version.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 services/services-onappf/src/main/resources/version.txt (limited to 'services/services-onappf/src/main/resources') diff --git a/services/services-onappf/src/main/resources/version.txt b/services/services-onappf/src/main/resources/version.txt new file mode 100644 index 000000000..579f78fa3 --- /dev/null +++ b/services/services-onappf/src/main/resources/version.txt @@ -0,0 +1,4 @@ +ONAP Policy Framework Apex Starter Service +Version: ${project.version} +Built (UTC): ${maven.build.timestamp} +ONAP https://wiki.onap.org \ No newline at end of file -- cgit 1.2.3-korg