Re: jaxp-api exclusion from parent/pom.xml

2009-07-16 Thread Daniel Kulp
Well, ideally all of the stuff in jaxp-api are part of the JDK or pulled from stax-api.It looks like there are two classes (StAXResult and StAXSource) that aren't in either unless running on IBM Java 6. That kind of sucks. I guess that exclusion should be removed. Dan On Wed July 15

RE: jaxp-api exclusion from parent/pom.xml

2009-07-16 Thread Peter Jones
://wiki.progress.com/display/PRODENG/Home -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Thu 7/16/2009 3:04 PM To: dev@cxf.apache.org Cc: Peter Jones Subject: Re: jaxp-api exclusion from parent/pom.xml Well, ideally all of the stuff in jaxp-api are part of the JDK or pulled

jaxp-api exclusion from parent/pom.xml

2009-07-15 Thread Peter Jones
Hi there, cxf includes the jaxp-ri as a dependency when needed in a couple of places (only when running with the ibm jdk), but I notice that in the parent/pom.xml, jaxp-api is specifically excluded: dependency groupIdcom.sun.xml.parsers/groupId artifactIdjaxp-ri/artifactId