Skip to content

Commit 523a94c

Browse files
committed
work
1 parent 10b1e3f commit 523a94c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,12 @@
318318
<dependency>
319319
<groupId>org.postgresql</groupId>
320320
<artifactId>postgresql</artifactId>
321-
<version>42.5.0</version>
321+
<version>42.5.1</version>
322+
</dependency>
323+
<dependency>
324+
<groupId>net.sf.saxon</groupId>
325+
<artifactId>saxon-dom</artifactId>
326+
<version>8.7</version>
322327
</dependency>
323328

324329
<!-- SCM -->
@@ -686,10 +691,18 @@
686691
<artifactId>thymeleaf-testing</artifactId>
687692
<scope>test</scope>
688693
</dependency>
694+
<dependency>
695+
<groupId>javax.xml.bind</groupId>
696+
<artifactId>jaxb-api</artifactId>
697+
</dependency>
689698
<dependency>
690699
<groupId>org.postgresql</groupId>
691700
<artifactId>postgresql</artifactId>
692701
</dependency>
702+
<dependency>
703+
<groupId>net.sf.saxon</groupId>
704+
<artifactId>saxon-dom</artifactId>
705+
</dependency>
693706
<dependency>
694707
<groupId>com.zaxxer</groupId>
695708
<artifactId>HikariCP</artifactId>

0 commit comments

Comments
 (0)