Forum Discussion
npiper
10 years agoFrequent Visitor
+1 - I am also getting this error on the soapUI Pro plugin version 5.1.2 that the assertion is failing. (XPath Assertion)
This occurs when running the test headlessly via Maven.
This does not occur when I run the same test in the GUI. A dependency/classpath issue perhaps with the plugin pom?
Attaching the maven output file:
amitgrover8
10 years agoOccasional Contributor
Hi,
I resolved this issue by removing following dependencies.
<!-- <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.9-RC1</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.10-FINAL</version> </dependency> -->
After removing these my project is running succesfully. Hope this helps.