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.
1 parent a7b641f commit 90e6dc5Copy full SHA for 90e6dc5
dubbo-test/dubbo-test-spring4.1/pom.xml
@@ -28,7 +28,8 @@
28
29
<properties>
30
<skip_maven_deploy>true</skip_maven_deploy>
31
- <spring_version>5.3.39</spring_version>
+ <!-- DON'T UPGRADE SPRING VERSION (4.1.9.RELEASE) OF THIS PROJECT !!! -->
32
+ <spring_version>4.1.9.RELEASE</spring_version>
33
</properties>
34
35
<dependencyManagement>
dubbo-test/dubbo-test-spring4.2/pom.xml
+ <!-- DON'T UPGRADE SPRING VERSION (4.2.9.RELEASE) OF THIS PROJECT !!! -->
+ <spring_version>4.2.9.RELEASE</spring_version>
0 commit comments