From: Pawel Date: Mon, 10 Feb 2020 09:36:16 +0000 (+0100) Subject: Added parent pom.xml X-Git-Tag: 0.0.1~85 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=486429d47ff93e3aa6f9a012f98198cac69a4655;p=oom%2Fplatform%2Fcert-service.git Added parent pom.xml Issue-ID: AAF-995 Signed-off-by: Pawel Change-Id: I28c87a05b6604d52c7b02ef9f7a7b78bfbb08da1 --- diff --git a/.gitignore b/.gitignore index 53ed3113..89d40124 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ target/ !**/src/main/** !**/src/test/** +*/var ### STS ### .apt_generated diff --git a/certService/pom.xml b/certService/pom.xml index 57e7a3d8..b3b83deb 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -16,10 +16,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.oparent - oparent - 3.0.0 - + org.onap.aaf + aaf-certservice-parent + 0.0.1-SNAPSHOT org.onap.aaf cert-service diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..e58b3519 --- /dev/null +++ b/pom.xml @@ -0,0 +1,33 @@ + + + + 4.0.0 + + + org.onap.oparent + oparent + 3.0.0 + + org.onap.aaf + aaf-certservice-parent + 0.0.1-SNAPSHOT + aaf-certservice-parent + AAF Certification Service parent + pom + + certService + +