diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-18 19:59:00 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-18 19:59:00 +0000 |
commit | 146d6718330958411e6b7709e3da9fcab106b576 (patch) | |
tree | a7ae72c7ac982ffcba1abd2b8b8378a65fc2a20a /branches/sca-equinox/modules/binding-ws-axis2 | |
parent | fd1e691cc0131f2f11d870cf3d858491818d3778 (diff) |
Fix the duplicate export package from 3rd party jars
Remove the version from javax.xml.stream Import-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/binding-ws-axis2')
-rw-r--r-- | branches/sca-equinox/modules/binding-ws-axis2/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-ws-axis2/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/binding-ws-axis2/META-INF/MANIFEST.MF index 1ab1663121..4ad0490a07 100644 --- a/branches/sca-equinox/modules/binding-ws-axis2/META-INF/MANIFEST.MF +++ b/branches/sca-equinox/modules/binding-ws-axis2/META-INF/MANIFEST.MF @@ -51,7 +51,7 @@ Import-Package: javax.security.auth.callback;resolution:=optional, javax.wsdl.factory;resolution:=optional,
javax.wsdl.xml;resolution:=optional,
javax.xml.namespace;version="1.0",
- javax.xml.stream;version="1.0",
+ javax.xml.stream,
javax.xml.transform,
javax.xml.transform.dom,
org.apache.axiom.om,
|