We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 013d5d6 + 034cff2 commit 0455d94Copy full SHA for 0455d94
spring-ejb-modules/pom.xml
@@ -19,7 +19,7 @@
19
<modules>
20
<!--<module>ejb-beans</module> cannot upgrade to java 17 -->
21
<module>spring-ejb-remote</module>
22
- <!--<module>spring-ejb-client</module> --> <!-- recent failure -->
+ <module>spring-ejb-client</module>
23
<module>wildfly-mdb</module>
24
</modules>
25
spring-ejb-modules/spring-ejb-client/pom.xml
@@ -75,7 +75,7 @@
75
</build>
76
77
<properties>
78
- <spring-boot.version>2.0.4.RELEASE</spring-boot.version>
+ <spring-boot.version>2.0.5.RELEASE</spring-boot.version>
79
</properties>
80
81
</project>
0 commit comments