I fixed my problem by specifying a dependency:

        <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>

            <version>1.4.01</version>
        </dependency>

It was pulling in 1.0.b2 transitively.

I did this because the 1.4.01 version fixed the same problem for someone:

http://stackoverflow.com/questions/17515333/noclassdeffounderror-org-w3c-dom-elementtraversal

I haven't done any jwebunit tests yet so I don't know if this is going to
break things there.
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
JWebUnit-users mailing list
JWebUnit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to