From 5032434b101f25fa44d2e1f8dc8393e30af1ed4f Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Thu, 12 Apr 2018 15:46:31 +0300 Subject: DCAE-D be initial commit DCAE-D be initial commit Issue-ID: SDC-1218 Change-Id: Id18ba96c499e785aa9ac395fbaf32d57f08c281b Signed-off-by: Stone, Avi (as206k) --- dcaedt_catalog/asdc/pom.xml | 139 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 dcaedt_catalog/asdc/pom.xml (limited to 'dcaedt_catalog/asdc/pom.xml') diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml new file mode 100644 index 0000000..14323fe --- /dev/null +++ b/dcaedt_catalog/asdc/pom.xml @@ -0,0 +1,139 @@ + + 4.0.0 + + org.onap.sdc.dcae + DCAE-DT-Catalog + 1806.0.1-SNAPSHOT + + DCAE-DT-Catalog-ASDC + jar + DCAE DT ASDC + + src/main/java + + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/deps + false + false + true + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 1.3.3.RELEASE + + org.onap.sdc.dcae.catalog.asdc.ASDCEngine + + + + + repackage + + + + + + + + + junit + junit + 3.8.1 + test + + + + org.springframework + spring-core + 4.3.5.RELEASE + + + org.springframework + spring-web + 4.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-web + 1.4.1.RELEASE + + + org.springframework + spring-webmvc + 4.3.5.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure + 1.4.1.RELEASE + + + org.apache.commons + commons-lang3 + 3.5 + + + commons-cli + commons-cli + 1.3 + + + org.onap.sdc.dcae + DCAE-DT-Catalog-Commons + ${project.version} + + + org.onap.sdc.dcae + DCAE-DT-Validator-Checker + ${project.version} + + + com.google.code.gson + gson + 2.7 + + + junit + junit + test + + + org.assertj + assertj-core + test + + + -- cgit 1.2.3-korg