This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new ba8d147  use Thymeleaf bundle from ServiceMix
ba8d147 is described below

commit ba8d14766617a49a4a4d5b0044ae54039b4c7e97
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Aug 8 20:35:15 2018 +0200

    use Thymeleaf bundle from ServiceMix
---
 fling/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 -->

Reply via email to