X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-node%2Fpom.xml;h=6ebfd967ce16ba313a0a5bd8fb193d4d43101eb5;hb=f20778ffa99aa9c6f30a0f84112a5392b259ea63;hp=06aa3fcf887ce32f458e47ae0cd33a25fa492b49;hpb=bb01feceff0527c8f63ad513d85975e5c4e2e52f;p=dmaap%2Fdatarouter.git diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 06aa3fcf..6ebfd967 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -36,6 +36,7 @@ /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} ${basedir}/target/${project.artifactId} ${docker.image.root}${project.artifactId} + src/main/java/org/onap/dmaap/datarouter/node/NodeMain.java java false @@ -52,6 +53,10 @@ commons-codec commons-codec + + commons-io + commons-io + junit junit @@ -128,6 +133,11 @@ org.apache.commons commons-lang3 + + org.awaitility + awaitility + 3.1.6 + @@ -360,13 +370,14 @@ org.codehaus.mojo cobertura-maven-plugin - - org.sonatype.plugins - nexus-staging-maven-plugin - org.jacoco jacoco-maven-plugin + + + src/main/java/org/onap/dmaap/datarouter/node/NodeMain.java + + org.codehaus.mojo