Adding expectations for the rendered output reveals annother misconception
[demos/testing] / pom.xml
diff --git a/pom.xml b/pom.xml
index e0b19e8..087036f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>org.jsoup</groupId>
+                       <artifactId>jsoup</artifactId>
+                       <version>1.13.1</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>