diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-02 21:45:25 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-02 21:45:31 -0800 |
commit | c0b99426c3b8eff26830bccb6e54010b4bbfbfba (patch) | |
tree | c4615b4ebd3ed871a321ead59e265ccc6a5376f1 /appc-asdc-listener/appc-asdc-listener-bundle | |
parent | 41144ddcdb130de4685896a6c1ba49a790ca5cb4 (diff) |
Removing resolution optional bundle statements
Statements were added a few commits ago, across several
commits. Removing all of them.
Change-Id: I7891e85be4e890ff52b887c0463615c731eccc75
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 f868ef62b..ffde0a98d 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, - *;resolution:=optional + * </Import-Package> <Embed-Dependency> sdc-distribution-client, appc-common, |