It's ok for me. Did your tests work using the patch supplied in http://issues.apache.org/jira/browse/UIMA-1582 ? On my environment (MacOsX with Maven 2.2.1) SimpleServer tests work only with that patch. Cheers, Tommaso
2009/9/22 Marshall Schor <[email protected]> > 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 > >
