I went through these, and change the dependencies as follows: 1) org.apache.xmlbeans:xmlbeans changed to 2.4.0 (was 2.3.0) - several other projects are using 2.4.0, and I thought it best to stay consistent :-)
2)javax.xml.bind:jsr173_api commented out. Instead, the xmlbeans transitively pulls in stax:stax-api 1.0.1. This is the same as several other sandbox projects using xmlbeans. 3) changed the other dependencies for things which were not included in the lib/ previously, to <scope>provided</scope> - this puts these in the compile-time classpath, but they are excluded from the jars that the dependency plugin pulls into the lib/ that will be distributed. Is this OK? (it does build, run the tests, etc.). -Marshall
