From c7d0075d223eab9f89fd28853c4b138792059be9 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 1 Jun 2017 10:45:37 -0700 Subject: Merge of new rebased code Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady --- .../appc-data-access-lib/pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml') diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml index cae7eedb1..94a45e31a 100644 --- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml @@ -6,7 +6,7 @@ 1.1.0-SNAPSHOT appc-data-access-lib - jar + bundle appc-data-access-lib http://maven.apache.org @@ -35,7 +35,24 @@ org.openecomp.appc appc-common ${project.version} - compile + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.artifactId} + org.openecomp.appc.dao.util + org.openecomp.appc.configuration,*;resolution:=optional + mysql-connector-java + true + + + + + -- cgit 1.2.3-korg