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
commit 11f77131125bcb32314e361c6e15e33c80d17f4c Author: Oliver Lietz <[email protected]> AuthorDate: Sat May 12 16:13:46 2018 +0200 update Scripting Thymeleaf to latest snapshot --- fling/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fling/pom.xml b/fling/pom.xml index 1da412a..04f69d1 100644 --- a/fling/pom.xml +++ b/fling/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.thymeleaf</artifactId> - <version>1.1.0</version> + <version>2.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -129,13 +129,6 @@ <version>2.12.2</version> <scope>provided</scope> </dependency> - <!-- Thymeleaf --> - <dependency> - <groupId>org.thymeleaf</groupId> - <artifactId>thymeleaf</artifactId> - <version>3.0.3.RELEASE</version> - <scope>provided</scope> - </dependency> <!-- SubEtha SMTP --> <dependency> <groupId>org.subethamail</groupId> -- To stop receiving notification emails like this one, please contact [email protected].
