From 8cf007dd575a7e8381fd78b831b57ed1f03804f9 Mon Sep 17 00:00:00 2001 From: Pawel Kadlubanski Date: Wed, 16 May 2018 10:30:48 +0200 Subject: Correction problem with license. Issue-ID: INT-458 Change-Id: I82eee40642f7b3afd54b66ff1978214b55fd63f1 Signed-off-by: Pawel Kadlubanski --- test/mocks/pnfsimulator/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'test/mocks/pnfsimulator/pom.xml') diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 29376e464..1f1f46a04 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.onap.oparent oparent 0.1.1 @@ -12,7 +12,7 @@ org.onap.pnfsimulator pnf-simulator - 1.0-SNAPSHOT + 1.0 pnf-simulator @@ -24,8 +24,7 @@ libs ${project.build.directory}/${dependency.directory.name} - nexus3.onap.org:10003 - + @@ -128,8 +127,9 @@ false - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} + ${onap.nexus.dockerregistry.daily}/onap/${project.artifactId} + openjdk:8-jdk-alpine java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} @@ -144,7 +144,6 @@ - ${project.version}-SNAPSHOT-${maven.build.timestamp}Z ${project.version} latest -- cgit 1.2.3-korg