Author: gnodet
Date: Fri Feb 6 13:35:26 2009
New Revision: 741563
URL: http://svn.apache.org/viewvc?rev=741563&view=rev
Log:
Include xml-apis in the reduced pom for jaxp-api-1.4
Modified:
servicemix/smx4/specs/trunk/jaxp-api-1.4/pom.xml
Modified: servicemix/smx4/specs/trunk/jaxp-api-1.4/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxp-api-1.4/pom.xml?rev=741563&r1=741562&r2=741563&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxp-api-1.4/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxp-api-1.4/pom.xml Fri Feb 6 13:35:26 2009
@@ -91,6 +91,7 @@
<artifactSet>
<includes>
<include>org.apache.servicemix.specs:org.apache.servicemix.specs.locator</include>
+ <include>xml-apis:xml-apis</include>
</includes>
</artifactSet>
<filters>
@@ -100,6 +101,13 @@
<exclude>org/apache/servicemix/**</exclude>
</excludes>
</filter>
+ <filter>
+ <artifact>xml-apis:xml-apis</artifact>
+ <excludes>
+ <exclude>javax/**</exclude>
+ <exclude>org/**</exclude>
+ </excludes>
+ </filter>
</filters>
<createSourcesJar>${createSourcesJar}</createSourcesJar>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>