From 9f93b09a9d7a55f8e9450a2ee3b14d6317eb1ceb Mon Sep 17 00:00:00 2001 From: Dushyant Singh Thakur Date: Thu, 22 Mar 2018 19:00:36 +0530 Subject: Certification module Pretest validation certification service Issue-ID: SDNC-264 Change-Id: I778c55c1e367c57420c7d62123650d60d5656678 Signed-off-by: Dushyant Singh Thakur --- SDNCReports/sdnc_reports_certification/pom.xml | 192 +++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 SDNCReports/sdnc_reports_certification/pom.xml (limited to 'SDNCReports/sdnc_reports_certification/pom.xml') diff --git a/SDNCReports/sdnc_reports_certification/pom.xml b/SDNCReports/sdnc_reports_certification/pom.xml new file mode 100644 index 0000000..aba5b57 --- /dev/null +++ b/SDNCReports/sdnc_reports_certification/pom.xml @@ -0,0 +1,192 @@ + + 4.0.0 + + com.sdnc.reports + sdnc_reports + 0.0.1-SNAPSHOT + + sdnc_reports_certification + com.sdnc.reports + com.sdnc.reports + + + UTF-8 + UTF-8 + 1.8 + + + + org.mariadb.jdbc + mariadb-java-client + 1.1.9 + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + com.sdnc.reports + sdnc_reports_dao + 0.0.1-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + org.springframework + spring-context + + + + org.json + json + 20180130 + + + org.springframework + spring-web + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.apache.tomcat.embed + tomcat-embed-jasper + provided + + + org.springframework + spring-webmvc + + + io.springfox + springfox-swagger-ui + 2.2.2 + compile + + + io.springfox + springfox-swagger2 + 2.2.2 + compile + + + org.springframework.boot + spring-boot-starter-actuator + + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + + + com.sun.jersey + jersey-client + 1.19.4 + + + + + io.swagger + swagger-annotations + 1.5.3 + + + + org.springframework.boot + spring-boot-starter-data-rest + + + + + + + org.mockito + mockito-all + 1.9.5 + + + junit + junit + 4.11 + + + + + com.google.code.gson + gson + 2.8.2 + + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg