diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-27 15:31:21 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-27 15:31:30 -0800 |
commit | 4b56f71e0af4806a78d89134db02832ab69d0929 (patch) | |
tree | cf25608fc05a6042b57a6628f7d90776ec609289 /appc-asdc-listener | |
parent | 24efdedebea6953a3f12dfda7ba303f459468acb (diff) |
Adding resolution optional to import-package
Change-Id: I47bbd5c8954c0805cf1ccc74e2a32f6d4a1dd369
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-asdc-listener')
-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 730343aaf..f868ef62b 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 + *;resolution:=optional </Import-Package> <Embed-Dependency> sdc-distribution-client, appc-common, |