From 50f42bd19fe752717823ba9ef1ffe932c47d05f4 Mon Sep 17 00:00:00 2001 From: Pawel Kasperkiewicz Date: Tue, 4 Feb 2020 14:21:29 +0100 Subject: Create project structure Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329 --- certService/pom.xml | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 certService/pom.xml (limited to 'certService/pom.xml') diff --git a/certService/pom.xml b/certService/pom.xml new file mode 100644 index 00000000..b5410e5c --- /dev/null +++ b/certService/pom.xml @@ -0,0 +1,144 @@ + + + + 4.0.0 + + org.onap.oparent + oparent + 3.0.0 + + + org.onap.aaf + cert-service + 0.0.1-SNAPSHOT + cert-service + Certification service + jar + + + 11 + 3.11.1 + 3.2.4 + 5.2.3.RELEASE + 2.2.4.RELEASE + 3.0.1 + 3.0.0-M1 + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot-starter.version} + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot-starter.version} + + + org.springframework.boot + spring-boot-starter-test + ${spring-boot-starter.version} + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.mockito + mockito-core + ${mockito-core.version} + test + + + org.assertj + assertj-core + ${assertj-core.version} + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot-starter.version} + + + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + maven-javadoc-plugin + + true + false + false + + + + aggregate + site + + aggregate + + + + attach-javadoc + + jar + + + + + + + + -- cgit 1.2.3-korg