We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9965d commit 7839139Copy full SHA for 7839139
parent/pom.xml
@@ -559,6 +559,18 @@
559
560
</profiles>
561
562
+ <dependencyManagement>
563
+ <dependencies>
564
+ <dependency>
565
+ <groupId>org.springframework</groupId>
566
+ <artifactId>spring-framework-bom</artifactId>
567
+ <version>${spring}</version>
568
+ <type>pom</type>
569
+ <scope>import</scope>
570
+ </dependency>
571
+ </dependencies>
572
+ </dependencyManagement>
573
+
574
<dependencies>
575
576
<!-- Test -->
@@ -593,7 +605,6 @@
593
605
<dependency>
594
606
<groupId>org.springframework</groupId>
595
607
<artifactId>spring-test</artifactId>
596
- <version>${spring}</version>
597
608
<scope>test</scope>
598
609
</dependency>
599
610
0 commit comments