From 36bcd566167f2f91c0e8e7a304fce5f6bc150776 Mon Sep 17 00:00:00 2001 From: Anand Date: Thu, 4 Jan 2018 19:35:51 -0500 Subject: Include impacted changes for APPC-346,APPC-348 Issue-ID: APPC-347 Change-Id: I399bc2a1e0dfd481e103032a373bb80fce5baf41 Signed-off-by: Anand --- .../appc-command-executor-api/pom.xml | 100 +++++++++++++-------- 1 file changed, 61 insertions(+), 39 deletions(-) (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index d58c7bd6c..2dc3fdbf3 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -1,44 +1,64 @@ - - 4.0.0 - - org.onap.appc - appc-command-executor - 1.3.0-SNAPSHOT - - appc-command-executor-api - bundle + + - - - - - - + ECOMP is a trademark and service mark of AT&T Intellectual Property. + ============LICENSE_END========================================================= + --> + + 4.0.0 + + org.onap.appc + appc-command-executor + 1.3.0-SNAPSHOT + + + appc-command-executor-api + bundle + APPC Command Executor - API + http://maven.apache.org + + + UTF-8 + + + + + org.onap.appc + execution-queue-management-lib + ${project.version} + + + org.onap.appc + domain-model-lib + ${project.version} + + + org.onap.appc + appc-common + ${project.version} + compile + + @@ -48,7 +68,9 @@ ${project.artifactId} ${project.version} - org.onap.appc.executor,org.onap.appc.executor.objects,org.onap.appc.executor.conv,org.onap.appc.executor.helper + + org.onap.appc.executor,org.onap.appc.executor.objects,org.onap.appc.executor.conv,org.onap.appc.executor.helper + javax.json;scope=compile|runtime;inline=false -- cgit 1.2.3-korg