Skip to content

Commit de8eb5a

Browse files
committed
work
1 parent 9a1cabc commit de8eb5a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
<dependency>
399399
<groupId>org.apache.commons</groupId>
400400
<artifactId>commons-collections4</artifactId>
401-
<version>4.3</version>
401+
<version>4.4</version>
402402
<scope>provided</scope>
403403
</dependency>
404404
<dependency>
@@ -727,12 +727,14 @@
727727
</dependency>
728728
<dependency>
729729
<groupId>org.thymeleaf.extras</groupId>
730-
<artifactId>thymeleaf-extras-java8time</artifactId>
730+
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
731731
</dependency>
732+
<!--
732733
<dependency>
733734
<groupId>org.thymeleaf.extras</groupId>
734-
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
735+
<artifactId>thymeleaf-extras-java8time</artifactId>
735736
</dependency>
737+
-->
736738
<dependency>
737739
<groupId>com.github.mxab.thymeleaf.extras</groupId>
738740
<artifactId>thymeleaf-extras-data-attribute</artifactId>
@@ -746,22 +748,22 @@
746748
<artifactId>thymeleaf-testing</artifactId>
747749
<scope>test</scope>
748750
</dependency>
749-
<dependency>
750-
<groupId>javax.xml.bind</groupId>
751-
<artifactId>jaxb-api</artifactId>
752-
</dependency>
753751
<dependency>
754752
<groupId>org.postgresql</groupId>
755753
<artifactId>postgresql</artifactId>
756754
</dependency>
757-
<dependency>
758-
<groupId>net.sf.saxon</groupId>
759-
<artifactId>saxon-dom</artifactId>
760-
</dependency>
761755
<dependency>
762756
<groupId>com.zaxxer</groupId>
763757
<artifactId>HikariCP</artifactId>
764758
</dependency>
759+
<dependency>
760+
<groupId>javax.xml.bind</groupId>
761+
<artifactId>jaxb-api</artifactId>
762+
</dependency>
763+
<dependency>
764+
<groupId>net.sf.saxon</groupId>
765+
<artifactId>saxon-dom</artifactId>
766+
</dependency>
765767

766768
<dependency>
767769
<groupId>org.junit.jupiter</groupId>
@@ -814,13 +816,11 @@
814816
<dependency>
815817
<groupId>org.apache.commons</groupId>
816818
<artifactId>commons-collections4</artifactId>
817-
<version>4.4</version>
818819
<scope>provided</scope>
819820
</dependency>
820821
<dependency>
821822
<groupId>org.apache.maven.plugins</groupId>
822823
<artifactId>maven-invoker-plugin</artifactId>
823-
<version>3.4.0</version>
824824
<type>maven-plugin</type>
825825
<scope>provided</scope>
826826
</dependency>

0 commit comments

Comments
 (0)