Thanks Freddy,
I don't now why this had any affect, 'mvn dependency:tree' didn't show a 
different version, but adding htmlunit to dependencyManagement fixed this test 
error, there are others. But I can continue testing.

Am Samstag, 30. April 2022, 20:16:42 CEST schrieb Freddy Boucher:
> @ManfredTremmel I had a similar issue because my project has some
> GWTTestCase, I had to add:
> 
>   <dependencyManagement>
>     <dependencies>
>       <dependency>
>         <groupId>net.sourceforge.htmlunit</groupId>
>         <artifactId>htmlunit</artifactId>
>         <version>2.55.0</version>
>       </dependency>
>     </dependencies>
>   </dependencyManagement>



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2558782.SEqQTJrVoz%40thinkpad.

Reply via email to