Skip to content

Commit bbc3f66

Browse files
committed
Add workaround for removing xmlns:togglz attribute from code of the pages.
See heneke/thymeleaf-extras-togglz#10 for details.
1 parent 575f4ab commit bbc3f66

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

pom.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
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+
-->
1317
<dependency>
14-
<groupId>com.github.heneke.thymeleaf</groupId>
18+
<groupId>com.github.php-coder</groupId>
1519
<artifactId>thymeleaf-extras-togglz</artifactId>
16-
<version>${thymeleaf.togglz.version}</version>
20+
<version>eb0cfd2833</version>
1721
</dependency>
1822

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

535-
<thymeleaf.togglz.version>2.0.0.RELEASE</thymeleaf.togglz.version>
536-
537539
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
538540
<thymeleaf.version>3.0.7.RELEASE</thymeleaf.version>
539541

@@ -1039,4 +1041,11 @@
10391041
<maven>3.2.1</maven>
10401042
</prerequisites>
10411043

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

0 commit comments

Comments
 (0)