diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-27 14:11:08 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-27 14:11:32 -0800 |
commit | 24efdedebea6953a3f12dfda7ba303f459468acb (patch) | |
tree | e001f6e940fab71d04533c2ccc805f35aece03c8 /appc-asdc-listener/appc-asdc-listener-bundle | |
parent | d019f456307aa2a0b06b995702b8e56f1a85a579 (diff) |
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 <pb071s@att.com>
Diffstat (limited to 'appc-asdc-listener/appc-asdc-listener-bundle')
-rw-r--r-- | appc-asdc-listener/appc-asdc-listener-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 </Import-Package> <Embed-Dependency> sdc-distribution-client, appc-common, |