WIP: early 404-detection
[maven-thymeleaf-skin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 01ceb99..4a571c0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <!-- application-settings -->
     <thymeproxy.name>${project.name}</thymeproxy.name>
-    <thymeproxy.origin>http://localhost:8080/</thymeproxy.origin>
+    <thymeproxy.origin>http://localhost:8080</thymeproxy.origin>
     <thymeproxy.port>8888</thymeproxy.port>
     <thymeproxy.ttl>300000</thymeproxy.ttl><!-- 5 minutes -->
+    <thymeproxy.cacheable>true</thymeproxy.cacheable>
     <httpclient.logging.level>ERROR</httpclient.logging.level>
 
     <!-- used versions (not defined in spring-boot) -->
       <version>${nekohtml.version}</version>
     </dependency>
 
+    <!-- Needed to parse JSON -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>