Skip to content

Commit 7b5ac02

Browse files
committed
work
1 parent e1c686f commit 7b5ac02

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148

149149
<!-- TMP Migration to spring boot 3 -->
150150
<junit-jupiter.version>5.9.1</junit-jupiter.version>
151+
<spring-session-bom.version>2021.2.0</spring-session-bom.version>
151152
</properties>
152153

153154
<repositories>
@@ -324,24 +325,35 @@
324325
<version>${version.thymeleaf-spring-data-dialect}</version>
325326
</dependency>
326327

327-
<!-- compile -->
328328
<dependency>
329329
<groupId>org.projectlombok</groupId>
330330
<artifactId>lombok</artifactId>
331331
<version>${lombok.version}</version>
332332
<optional>false</optional>
333333
</dependency>
334-
335334
<dependency>
336335
<groupId>org.postgresql</groupId>
337336
<artifactId>postgresql</artifactId>
338337
<version>42.5.1</version>
339338
</dependency>
339+
340+
<dependency>
341+
<groupId>javax.xml.bind</groupId>
342+
<artifactId>jaxb-api</artifactId>
343+
<version>${javax-jaxb.version}</version>
344+
</dependency>
340345
<dependency>
341346
<groupId>net.sf.saxon</groupId>
342347
<artifactId>saxon-dom</artifactId>
343348
<version>8.7</version>
344349
</dependency>
350+
<!--
351+
<dependency>
352+
<groupId>org.glassfish.jaxb</groupId>
353+
<artifactId>jaxb-runtime</artifactId>
354+
<version>4.0.1</version>
355+
</dependency>
356+
-->
345357

346358
<!-- SCM -->
347359
<dependency>
@@ -756,6 +768,7 @@
756768
<groupId>com.zaxxer</groupId>
757769
<artifactId>HikariCP</artifactId>
758770
</dependency>
771+
759772
<dependency>
760773
<groupId>javax.xml.bind</groupId>
761774
<artifactId>jaxb-api</artifactId>
@@ -765,6 +778,13 @@
765778
<artifactId>saxon-dom</artifactId>
766779
</dependency>
767780

781+
<!--
782+
<dependency>
783+
<groupId>org.glassfish.jaxb</groupId>
784+
<artifactId>jaxb-runtime</artifactId>
785+
</dependency>
786+
-->
787+
768788
<dependency>
769789
<groupId>org.junit.jupiter</groupId>
770790
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)