From 1ccd9c36ba12849148f9eb73e8ff2ffe4ade5870 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 8 Oct 2019 16:24:28 +0100 Subject: Update AAF loading procedure Signed-off-by: efiacor Issue-ID: DMAAP-1318 Change-Id: I8dc75bdbcd05e5316b5c05cbc258010068fb63e8 --- datarouter-node/pom.xml | 86 +++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 53 deletions(-) (limited to 'datarouter-node/pom.xml') diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 6ebfd967..af605b0b 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -42,8 +42,8 @@ - org.hamcrest - hamcrest-library + org.apache.commons + commons-lang3 org.slf4j @@ -57,10 +57,6 @@ commons-io commons-io - - junit - junit - org.json json @@ -77,10 +73,6 @@ ch.qos.logback logback-core - - com.intellij - annotations - javax.servlet javax.servlet-api @@ -105,38 +97,55 @@ org.onap.aaf.authz aaf-cadi-core + + com.intellij + annotations + + + org.hamcrest + hamcrest-library + test + + + junit + junit + test + org.sonatype.http-testing-harness junit-runner + test org.mockito mockito-core + test org.powermock powermock-module-junit4 + test org.powermock powermock-api-mockito + test org.powermock powermock-api-support + test org.powermock powermock-core - - - org.apache.commons - commons-lang3 + test org.awaitility awaitility 3.1.6 + test @@ -205,7 +214,7 @@ src/main/resources true - **/EelfMessages.properties + **/logback.xml @@ -260,7 +269,7 @@ ${basedir}/src/main/resources/docker true - **/* + Dockerfile @@ -287,7 +296,7 @@ - copy-resources-2 + copy-resources-etc validate copy-resources @@ -301,61 +310,32 @@ misc/** **/** + + aaf/** + docker/** + - copy-resources-3 + copy-aaf-props validate copy-resources - ${basedir}/target/docker-stage/opt/app/datartr + ${basedir}/target/docker-stage/opt/app/osaaf/local - ${basedir}/data + ${basedir}/src/main/resources/aaf - misc/** **/** - - copy-resources-4 - validate - - copy-resources - - - ${basedir}/target/docker-stage/opt/app/datartr/aaf_certs - - - ${basedir}/aaf_certs - - misc/** - **/** - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - ${project.build.directory}/docker-stage/opt/app/datartr/lib - - -- cgit 1.2.3-korg