On Monday, November 07, 2011 10:14:03 AM Jason Reilly wrote: > > Yet, when I add your System.out.println() statement for the > XmlSchemaCollection.class, I get the following: > > jar:file:/home/jdr0887/.m2/repository/org/apache/ws/commons/schema/XmlSchema > /1.4.7/XmlSchema-1.4.7.jar!/org/apache/ws/commons/schema/XmlSchemaCollection > .class > > How is this possible? I have a maven pom with > org.apache.ws.xmlschema:xmlschema-core:2.0.1 defined and have imported the > project into eclipse using mvn eclipse:eclipse. Running 'mvn > dependency:tree' shows no reference to xmlschema-core:1.4.7. How on earth > is that jar found?
For 1.4.7, look for just XmlSchema, not xmlschema-core. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
