xercesImpl versions conflict with JDK 1.7

25 views
Skip to first unread message

Vitalij Zadneprovskij

unread,
Nov 14, 2013, 5:07:30 PM11/14/13
to jugeve...@googlegroups.com
Hi all,
I have noticed that with Java 1.7 there are runtime problems because of the conflict between the xecesImpl in the JDK and the one taken ad dependency by the library xom.
The problem can be solved by updating the version of xom:

            <dependency>
                <groupId>xom</groupId>
                <artifactId>xom</artifactId>
                <version>1.2.5</version>
            </dependency>

Con somebody fix it in the main code?

Bye,
Vitalij
Reply all
Reply to author
Forward
0 new messages