Skip to content

Commit 0455d94

Browse files
authored
Merge pull request #18856 from eugenp/enable-spring-ejb
upgrade version in spring-ejb-client module
2 parents 013d5d6 + 034cff2 commit 0455d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-ejb-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modules>
2020
<!--<module>ejb-beans</module> cannot upgrade to java 17 -->
2121
<module>spring-ejb-remote</module>
22-
<!--<module>spring-ejb-client</module> --> <!-- recent failure -->
22+
<module>spring-ejb-client</module>
2323
<module>wildfly-mdb</module>
2424
</modules>
2525

spring-ejb-modules/spring-ejb-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</build>
7676

7777
<properties>
78-
<spring-boot.version>2.0.4.RELEASE</spring-boot.version>
78+
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
7979
</properties>
8080

8181
</project>

0 commit comments

Comments
 (0)