From 8d3e732c7592327398c1df491880e9b7ba8ccc73 Mon Sep 17 00:00:00 2001 From: Vishal Varvate Date: Tue, 20 Mar 2018 15:35:48 +0530 Subject: SDNC-253 Historical Report Part I UI Update sdnc_reports_api Provides GUI for viewing historical reports, . Issue-ID: SDNC-253 Change-Id: Ia55adc2bd730b747896cba4dd628140d2e5a3155 Signed-off-by: vvarvate --- sdnc_report_api_sdnc_253_story/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sdnc_report_api_sdnc_253_story/pom.xml (limited to 'sdnc_report_api_sdnc_253_story/pom.xml') diff --git a/sdnc_report_api_sdnc_253_story/pom.xml b/sdnc_report_api_sdnc_253_story/pom.xml new file mode 100644 index 0000000..187589b --- /dev/null +++ b/sdnc_report_api_sdnc_253_story/pom.xml @@ -0,0 +1,19 @@ + + 4.0.0 + com.sdnc.reports + sdnc_reports + 0.0.1-SNAPSHOT + pom + + + org.springframework.boot + spring-boot-starter-parent + 1.5.4.RELEASE + + + + + sdnc_reports_dao + sdnc_reports_api + + \ No newline at end of file -- cgit 1.2.3-korg