Ralph Goers schrieb:
I believe this could be addressed by changing the pom to only include Xerces and XML-APIs when compiling with JDK 5+ with a desired target of JDK 5+ and then having the unit tests that use validation only run when Java 5+ is enabled. However, this seems like a lot of work for
Henri Yandell schrieb:
What would a dependency of 1.5 mean with regards to the Xerces dependency?
You depend on Lang/Collections, and both are 1.5 dependent for their
next version.
With 1.5 the Xerces dependency is no more needed.
There is some work going on for a Configuration 2.0 version wh
I believe this could be addressed by changing the pom to only include Xerces
and XML-APIs when compiling with JDK 5+ with a desired target of JDK 5+ and
then having the unit tests that use validation only run when Java 5+ is
enabled. However, this seems like a lot of work for little benefit sin
What would a dependency of 1.5 mean with regards to the Xerces dependency?
You depend on Lang/Collections, and both are 1.5 dependent for their
next version.
Hen
On Sat, Jan 2, 2010 at 12:22 PM, Oliver Heger
wrote:
> In order to change the minimum required JDK to 1.4 I modified pom.xml. I was
>
In order to change the minimum required JDK to 1.4 I modified pom.xml. I
was hoping to get rid of all the XML-related dependencies, but obviously
this is not so easy.
When dropping the Xerces-dependency I get a bunch of test failures:
- Many of them are caused by tests for DatabaseConfiguration