Skip to content

Commit 790f01c

Browse files
committed
[DO NOT MERGE] make sortpom-maven-plugin fail.
1 parent eb40eea commit 790f01c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010

1111
<dependencies>
1212

13-
<dependency>
14-
<groupId>com.github.heneke.thymeleaf</groupId>
15-
<artifactId>thymeleaf-extras-togglz</artifactId>
16-
<version>${thymeleaf.togglz.version}</version>
17-
</dependency>
18-
1913
<!-- Required for InternetAddress class -->
2014
<dependency>
2115
<groupId>com.sun.mail</groupId>
@@ -35,6 +29,12 @@
3529
<version>${thumbnailator.version}</version>
3630
</dependency>
3731

32+
<dependency>
33+
<groupId>com.github.heneke.thymeleaf</groupId>
34+
<artifactId>thymeleaf-extras-togglz</artifactId>
35+
<version>${thymeleaf.togglz.version}</version>
36+
</dependency>
37+
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>
4040
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)