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-common/pom.xml | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to 'appc-common/pom.xml') diff --git a/appc-common/pom.xml b/appc-common/pom.xml index c39efe653..90cec79a7 100644 --- a/appc-common/pom.xml +++ b/appc-common/pom.xml @@ -4,10 +4,11 @@ org.openecomp.appc appc 1.1.0-SNAPSHOT - - appc-common - APP-C Common - Common library shared across all modules + + appc-common + APP-C Common + bundle + Common library shared across all modules @@ -82,6 +83,20 @@ com.fasterxml.jackson.core jackson-annotations + + org.openecomp.sdnc.core + dblib-provider + + + org.mockito + mockito-core + test + + + org.mockito + mockito-all + test + @@ -107,9 +122,11 @@ appc-common - - !com.att,!javax.crypto.*, * - eelf-core, jasypt + + org.openecomp.appc.*, com.att.eelf.*, ch.qos.logback.*, org.jasypt.* + + *;resolution:=optional + eelf-core, logback-core, logback-classic, jasypt true -- cgit 1.2.3-korg