We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb40eea commit 790f01cCopy full SHA for 790f01c
pom.xml
@@ -10,12 +10,6 @@
10
11
<dependencies>
12
13
- <dependency>
14
- <groupId>com.github.heneke.thymeleaf</groupId>
15
- <artifactId>thymeleaf-extras-togglz</artifactId>
16
- <version>${thymeleaf.togglz.version}</version>
17
- </dependency>
18
-
19
<!-- Required for InternetAddress class -->
20
<dependency>
21
<groupId>com.sun.mail</groupId>
@@ -35,6 +29,12 @@
35
29
<version>${thumbnailator.version}</version>
36
30
</dependency>
37
31
32
+ <dependency>
33
+ <groupId>com.github.heneke.thymeleaf</groupId>
34
+ <artifactId>thymeleaf-extras-togglz</artifactId>
+ <version>${thymeleaf.togglz.version}</version>
+ </dependency>
+
38
39
<groupId>org.apache.commons</groupId>
40
<artifactId>commons-lang3</artifactId>
0 commit comments