- 
        1. Re: JBossXB pomaloubyansky Apr 3, 2008 6:44 AM (in response to dimitris)Would it be used if it did? Would it make more sense to add xml-apis dependency to xercesImpl instead? 
- 
        2. Re: JBossXB pomdimitris Apr 3, 2008 7:52 AM (in response to dimitris)I'm seeing the problem from a higher level module (jboss-metadata) that uses both MC and XB, with each one declaring different versions of xerces impl + api. 
 If xercesImpl is tied to the xml-apis version (I guess it is), then maybe this is where the depedency should be added.
- 
        3. Re: JBossXB pomaloubyansky Apr 3, 2008 8:47 AM (in response to dimitris)Yes, that's the reason why they are released together. But actually xml-apis.jar is a part of JDK's rt.jar. So, unless it's put into endorsed it's won't be used. 
- 
        4. Re: JBossXB pomdimitris Apr 3, 2008 10:25 AM (in response to dimitris)Right. 
 Anybody knows what's the maven way to specify libs that would normally go to the endorsed directory?
- 
        5. Re: JBossXB pomaloubyansky Apr 3, 2008 6:14 PM (in response to dimitris)You mean JDK's endorsed? That doesn't seem to me like a good idea. One thing is endorsed in AS - we own it. We can't say the same about JDK, it used to run different things. 
 In addition, so far there have been no issue related to xml-apis versions.
 
    