Skip to content

Commit 2d98048

Browse files
committed
pom.xml: update thymeleaf-extras-togglz to 2.0.1.RELEASE
This also reverts tha workaround that was added in bbc3f66 commit. No functional changes.
1 parent 9bc4f63 commit 2d98048

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

pom.xml

+4-13
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010

1111
<dependencies>
1212

13-
<!--
14-
TODO: use com.github.heneke.thymeleaf from Maven Central when
15-
https://github.com/heneke/thymeleaf-extras-togglz/issues/11 will be merged
16-
-->
1713
<dependency>
18-
<groupId>com.github.php-coder</groupId>
14+
<groupId>com.github.heneke.thymeleaf</groupId>
1915
<artifactId>thymeleaf-extras-togglz</artifactId>
20-
<version>eb0cfd2833</version>
16+
<version>${thymeleaf.togglz.version}</version>
2117
</dependency>
2218

2319
<dependency>
@@ -536,6 +532,8 @@
536532
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
537533
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
538534

535+
<thymeleaf.togglz.version>2.0.1.RELEASE</thymeleaf.togglz.version>
536+
539537
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
540538
<thymeleaf.version>3.0.7.RELEASE</thymeleaf.version>
541539

@@ -1041,11 +1039,4 @@
10411039
<maven>3.2.1</maven>
10421040
</prerequisites>
10431041

1044-
<repositories>
1045-
<repository>
1046-
<id>jitpack.io</id>
1047-
<url>https://jitpack.io</url>
1048-
</repository>
1049-
</repositories>
1050-
10511042
</project>

0 commit comments

Comments
 (0)