Adding expectations for the rendered output reveals annother misconception
[demos/testing] / pom.xml
diff --git a/pom.xml b/pom.xml
index 36cdb2f..087036f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,11 +8,11 @@
                <version>2.3.4.RELEASE</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
-       <groupId>de.juplo</groupId>
-       <artifactId>thymeleafe-test</artifactId>
+       <groupId>de.juplo.demo</groupId>
+       <artifactId>exception-handling</artifactId>
        <version>0.0.1-SNAPSHOT</version>
-       <name>Thymeleaf-Test</name>
-       <description>Standalone version of the ThymeleafTest in http-resources</description>
+       <name>Testing Exception-Handling</name>
+       <description>Example-project, that showcases, how to test exception-handling in the springframework</description>
 
        <properties>
                <java.version>11</java.version>
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>org.jsoup</groupId>
+                       <artifactId>jsoup</artifactId>
+                       <version>1.13.1</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>