WIP: thymeproxy
[maven-thymeleaf-skin] / pom.xml
diff --git a/pom.xml b/pom.xml
index d58173c..b635b71 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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) -->
     <httpclient-spring-boot-starter.version>1.0-SNAPSHOT</httpclient-spring-boot-starter.version>
-    <thymeproxy.version>1.0-SNAPSHOT</thymeproxy.version>
 
   </properties>
 
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-thymeleaf</artifactId>
     </dependency>
-    <dependency>
-      <groupId>de.juplo</groupId>
-      <artifactId>thymeproxy</artifactId>
-      <version>${thymeproxy.version}</version>
-    </dependency>
     <dependency>
       <groupId>de.juplo</groupId>
       <artifactId>httpclient-spring-boot-starter</artifactId>