From dcccf6e2c90ef7b079ac6a4f6258b7d550fa79c5 Mon Sep 17 00:00:00 2001 From: Eli Halych Date: Tue, 24 Nov 2020 09:59:07 +0000 Subject: Change mass-pnf-sim folder name to masspnfsim Details: - Allows for importing python files/classes/methods via normal import. - Dashes in mass-pnf-sim prevented from a normal Python import. - mass-pnf-sim path referenced in the project files changed to masspnfsim. - Possibility of using masspnfsim as a git submodule that requires noraml import. Issue-ID: INT-1789 Signed-off-by: Eli Halych Change-Id: I00cd753181c9b240b99881057cf777cf7977387a --- .../mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml | 345 --------------------- 1 file changed, 345 deletions(-) delete mode 100644 test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml deleted file mode 100644 index abfa615cc..000000000 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml +++ /dev/null @@ -1,345 +0,0 @@ - - - - 4.0.0 - - - org.onap.oparent - oparent - 1.2.1 - - - org.onap.masspnfsimulator - masspnf-simulator - 1.0.0-SNAPSHOT - - pnf-simulator-sandbox - - - UTF-8 - 1.8 - 1.8 - yyyyMMdd'T'HHmmss - - org.onap.pnfsimulator.Main - latest - 5.1.0 - 5.1.0 - onap/${project.artifactId} - - libs - ${project.build.directory}/${dependency.directory.name} - - - nexus3.onap.org:10003 - - - - - org.springframework.boot - spring-boot-starter - 2.0.2.RELEASE - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-web - 2.0.2.RELEASE - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.9.8 - - - - ch.qos.logback - logback-classic - 1.2.3 - - - 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 - - - org.everit.json - org.everit.json.schema - 1.3.0 - - - com.github.fge - json-schema-validator - 2.2.6 - - - com.google.code.gson - gson - 2.8.2 - - - org.apache.httpcomponents - httpclient - 4.5.5 - - - com.google.guava - guava - 21.0 - - - commons-cli - commons-cli - 1.4 - - - org.apache.commons - commons-lang3 - 3.7 - - - org.onosproject - jnc - 1.0 - - - - org.junit.jupiter - junit-jupiter-engine - 5.1.1 - test - - - org.junit.jupiter - junit-jupiter-migrationsupport - ${junit.jupiter.version} - test - - - org.assertj - assertj-core - 3.9.1 - test - - - org.apache.sshd - sshd-core - 0.9.0 - test - - - org.mockito - mockito-core - 2.18.3 - test - - - - org.springframework - spring-test - 5.0.4.RELEASE - test - - - - org.springframework.boot - spring-boot-starter-test - 2.0.1.RELEASE - test - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - src/assembly/resources.xml - ${project.artifactId}-${project.version} - - - - package - - single - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - ${maven.compiler.source} - ${maven.compiler.target} - true - true - - - - org.apache.maven.plugins - maven-jar-plugin - 3.0.2 - - - - ${simulator.main.class} - ${maven.build.timestamp} - - - - - - pl.project13.maven - git-commit-id-plugin - 2.2.4 - - - get-commit-info - - revision - - - - - ${project.basedir}/.git - true - git.commit.id.abbrev - - - - maven-surefire-plugin - 2.19 - - - org.junit.platform - junit-platform-surefire-provider - 1.1.1 - - - - true - true - - - - org.apache.maven.plugins - maven-dependency-plugin - - ${dependency.directory.location} - runtime - true - - - - copy-external-dependencies - package - - copy-dependencies - - - - - - com.spotify - docker-maven-plugin - 1.0.0 - - ${onap.nexus.dockerregistry.daily} - ${onap.nexus.dockerregistry.daily}/${docker.image.name} - true - - ${project.version} - ${project.version}-${maven.build.timestamp} - - openjdk:8-jre-alpine - java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} - - - ${dependency.directory.name} - ${dependency.directory.location} - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - true - - - - org.jacoco - jacoco-maven-plugin - 0.8.1 - - - org/onap/pnfsimulator/Main.class - - - - - default-prepare-agent - - prepare-agent - - - - report - prepare-package - - report - - - - check - - check - - - - - CLASS - - - COVEREDRATIO - 0.70 - - - BRANCH - COVEREDRATIO - 0.75 - - - - - - - - - - - -- cgit 1.2.3-korg