Skip to content

Commit 1b3b1ac

Browse files
committed
Make sortpom fails.
1 parent b70fd99 commit 1b3b1ac

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,18 +10,18 @@
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
<dependency>
2014
<groupId>javax.validation</groupId>
2115
<artifactId>validation-api</artifactId>
2216
<version>${javax.validation.version}</version>
2317
</dependency>
2418

19+
<dependency>
20+
<groupId>com.github.heneke.thymeleaf</groupId>
21+
<artifactId>thymeleaf-extras-togglz</artifactId>
22+
<version>${thymeleaf.togglz.version}</version>
23+
</dependency>
24+
2525
<dependency>
2626
<groupId>org.apache.commons</groupId>
2727
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)