Closes #2624 SpringBoot 3.3.1
This commit is contained in:
parent
f1751a65e6
commit
4e1325c254
2
pom.xml
2
pom.xml
|
@ -66,7 +66,7 @@
|
||||||
<!-- spring dependencies -->
|
<!-- spring dependencies -->
|
||||||
<version.jakarta.annotation-api>2.1.1</version.jakarta.annotation-api>
|
<version.jakarta.annotation-api>2.1.1</version.jakarta.annotation-api>
|
||||||
<version.spring.plugin.core>3.0.0</version.spring.plugin.core>
|
<version.spring.plugin.core>3.0.0</version.spring.plugin.core>
|
||||||
<version.spring.boot>3.2.4</version.spring.boot>
|
<version.spring.boot>3.3.1</version.spring.boot>
|
||||||
<version.spring.mybatis>3.0.2</version.spring.mybatis>
|
<version.spring.mybatis>3.0.2</version.spring.mybatis>
|
||||||
|
|
||||||
<!-- wildfly dependencies -->
|
<!-- wildfly dependencies -->
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<module name="org.postgresql.postgresql" xmlns="urn:jboss:module:1.9">
|
<module name="org.postgresql.postgresql" xmlns="urn:jboss:module:1.9">
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<resource-root path="postgresql-42.6.2.jar"/>
|
<resource-root path="postgresql-42.7.3.jar"/>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<!-- don't know why it is still javax, but this is the only way how the postgresql module is loaded -->
|
<!-- don't know why it is still javax, but this is the only way how the postgresql module is loaded -->
|
||||||
|
|
Loading…
Reference in New Issue