use Thymeleaf bundle from ServiceMix
diff --git a/fling/pom.xml b/fling/pom.xml
index cbdc0da..d99cb3d 100644
--- a/fling/pom.xml
+++ b/fling/pom.xml
@@ -123,9 +123,9 @@
     </dependency>
     <!-- Thymeleaf -->
     <dependency>
-      <groupId>org.thymeleaf</groupId>
-      <artifactId>thymeleaf</artifactId>
-      <version>3.0.9.RELEASE</version>
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
+      <version>3.0.9.RELEASE_1</version>
       <scope>provided</scope>
     </dependency>
     <!-- SubEtha SMTP -->