Marshall Schor wrote: > 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
As long as the test cases go through, that should be fine. Somebody will need to adapt the docs as well. I can do that, but I won't have time to do anything before the middle of next week. --Thilo
