From 4408ab05ba1ee07b70d717b7183d76bd718653e5 Mon Sep 17 00:00:00 2001 From: Mehreen Kaleem Date: Mon, 27 Apr 2020 06:11:03 +0000 Subject: Added the base version of the controllers used for the MDONS use case version(1.0.0SNAPSHOT) with test cases. Issue-ID: INT-1532 Change-Id: Ic51448e52722a5edef1ac07a978bb3fdaac07a5d Signed-off-by: Mehreen Kaleem --- msasimulator/pom.xml | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 msasimulator/pom.xml (limited to 'msasimulator/pom.xml') diff --git a/msasimulator/pom.xml b/msasimulator/pom.xml new file mode 100644 index 0000000..803977a --- /dev/null +++ b/msasimulator/pom.xml @@ -0,0 +1,306 @@ + + + + + + 4.0.0 + + + org.onap.integration.simulators.dc-simulator + integration-dc-simulator + 1.0.0-SNAPSHOT + + + + + msasimulator + 1.0.0-SNAPSHOT + + msasimulator + + + UTF-8 + 1.8 + 1.8 + yyyyMMdd'T'HHmmss + + org.onap.msasimulator.Application + latest + 5.1.0 + 5.1.0 + 2.1.5.RELEASE + onap/${project.artifactId} + + libs + ${project.build.directory}/${dependency.directory.name} + + + nexus3.onap.org:10003 + http://nexus3.onap.org + + + + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.version} + + + org.springframework.boot + spring-boot-starter-data-mongodb + ${spring.boot.version} + + + org.springframework.boot + spring-boot-starter-actuator + ${spring.boot.version} + + + org.springframework.cloud + spring-cloud-config-client + 2.1.4.RELEASE + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + 1.2.3 + + + org.slf4j + slf4j-api + 1.7.25 + + + commons-io + commons-io + 2.6 + + + org.json + json + 20180130 + + + com.google.code.gson + gson + 2.8.2 + + + org.apache.httpcomponents + httpclient + + + com.google.guava + guava + + + commons-cli + commons-cli + 1.4 + + + org.apache.commons + commons-lang3 + 3.7 + + + org.projectlombok + lombok + 1.18.2 + provided + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.9.7 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.9.7 + + + io.vavr + vavr-match + 0.9.2 + + + io.vavr + vavr + 0.9.2 + + + + + + org.assertj + assertj-core + 3.9.1 + test + + + org.mockito + mockito-core + 2.23.4 + test + + + junit + junit + 4.12 + test + + + + + org.springframework.boot + spring-boot-starter-test + ${spring.boot.version} + test + + + org.quartz-scheduler + quartz + 2.2.1 + + + org.quartz-scheduler + quartz-jobs + 2.2.1 + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.1.5.RELEASE + + org.onap.msasimulator.Application + + + + + repackage + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + org.onap.msasimulator.Application + + + + + + + + + + + + docker + + false + + + linux + x86_64 + ${os.detected.name}-${os.detected.arch} + + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + + + docker-build-image + package + + build + + + + docker-push-image + deploy + + push + + + + + ${skipDockerPush} + true + IfNotPresent + + + ${project.artifactId} + ${onap.nexus.dockerregistry.daily}/${docker.image.name} + ${onap.nexus.dockerregistry.daily} + + ${project.basedir} + + ${project.version}-STAGE-${maven.build.timestamp}Z + + + + + + + + + + + + + + + ecomp-releases + Integration simulators Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + Integration simulators Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + -- cgit 1.2.3-korg