Author: dkulp
Date: Fri Jun 3 19:52:26 2011
New Revision: 1131167
URL: http://svn.apache.org/viewvc?rev=1131167&view=rev
Log:
[NEETHI-10] As per gnodet, make it not import its own packages
Modified:
webservices/commons/trunk/modules/neethi/pom.xml
Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=1131167&r1=1131166&r2=1131167&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Jun 3 19:52:26 2011
@@ -168,6 +168,7 @@
org.apache.neethi.*;version="${project.version}",
</Export-Package>
<Import-Package>
+ !org.apache.neethi.*,
org.apache.axiom.*;resolution:=optional,
javax.xml.stream.*;version="[0.0,2)",
*