|
148 | 148 |
|
149 | 149 | <!-- TMP Migration to spring boot 3 -->
|
150 | 150 | <junit-jupiter.version>5.9.1</junit-jupiter.version>
|
| 151 | + <spring-session-bom.version>2021.2.0</spring-session-bom.version> |
151 | 152 | </properties>
|
152 | 153 |
|
153 | 154 | <repositories>
|
|
324 | 325 | <version>${version.thymeleaf-spring-data-dialect}</version>
|
325 | 326 | </dependency>
|
326 | 327 |
|
327 |
| - <!-- compile --> |
328 | 328 | <dependency>
|
329 | 329 | <groupId>org.projectlombok</groupId>
|
330 | 330 | <artifactId>lombok</artifactId>
|
331 | 331 | <version>${lombok.version}</version>
|
332 | 332 | <optional>false</optional>
|
333 | 333 | </dependency>
|
334 |
| - |
335 | 334 | <dependency>
|
336 | 335 | <groupId>org.postgresql</groupId>
|
337 | 336 | <artifactId>postgresql</artifactId>
|
338 | 337 | <version>42.5.1</version>
|
339 | 338 | </dependency>
|
| 339 | + |
| 340 | + <dependency> |
| 341 | + <groupId>javax.xml.bind</groupId> |
| 342 | + <artifactId>jaxb-api</artifactId> |
| 343 | + <version>${javax-jaxb.version}</version> |
| 344 | + </dependency> |
340 | 345 | <dependency>
|
341 | 346 | <groupId>net.sf.saxon</groupId>
|
342 | 347 | <artifactId>saxon-dom</artifactId>
|
343 | 348 | <version>8.7</version>
|
344 | 349 | </dependency>
|
| 350 | + <!-- |
| 351 | + <dependency> |
| 352 | + <groupId>org.glassfish.jaxb</groupId> |
| 353 | + <artifactId>jaxb-runtime</artifactId> |
| 354 | + <version>4.0.1</version> |
| 355 | + </dependency> |
| 356 | + --> |
345 | 357 |
|
346 | 358 | <!-- SCM -->
|
347 | 359 | <dependency>
|
|
756 | 768 | <groupId>com.zaxxer</groupId>
|
757 | 769 | <artifactId>HikariCP</artifactId>
|
758 | 770 | </dependency>
|
| 771 | + |
759 | 772 | <dependency>
|
760 | 773 | <groupId>javax.xml.bind</groupId>
|
761 | 774 | <artifactId>jaxb-api</artifactId>
|
|
765 | 778 | <artifactId>saxon-dom</artifactId>
|
766 | 779 | </dependency>
|
767 | 780 |
|
| 781 | + <!-- |
| 782 | + <dependency> |
| 783 | + <groupId>org.glassfish.jaxb</groupId> |
| 784 | + <artifactId>jaxb-runtime</artifactId> |
| 785 | + </dependency> |
| 786 | + --> |
| 787 | + |
768 | 788 | <dependency>
|
769 | 789 | <groupId>org.junit.jupiter</groupId>
|
770 | 790 | <artifactId>junit-jupiter-engine</artifactId>
|
|
0 commit comments