From 24efdedebea6953a3f12dfda7ba303f459468acb Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 27 Feb 2017 14:11:08 -0800 Subject: Adding scope constaint to import-package Constaining scope of import-package to only runtime or compile dependencies. Change-Id: I5fe2123a140895a29de0f3c36e5487c789986a48 Signed-off-by: Patrick Brady --- appc-asdc-listener/appc-asdc-listener-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-asdc-listener/appc-asdc-listener-bundle/pom.xml') diff --git a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml index ffde0a98d..730343aaf 100644 --- a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml +++ b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml @@ -152,7 +152,7 @@ !com.ibm.icu.text, !org.apache.log, !com.sun.faces.spi, - * + *;scope=compile|runtime sdc-distribution-client, appc-common, -- cgit 1.2.3-korg