Skip to content

Commit 7839139

Browse files
committed
#38 - Added <dependencyManagement /> section to use Spring BOM.
1 parent 5b9965d commit 7839139

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

parent/pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,18 @@
559559

560560
</profiles>
561561

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+
562574
<dependencies>
563575

564576
<!-- Test -->
@@ -593,7 +605,6 @@
593605
<dependency>
594606
<groupId>org.springframework</groupId>
595607
<artifactId>spring-test</artifactId>
596-
<version>${spring}</version>
597608
<scope>test</scope>
598609
</dependency>
599610

0 commit comments

Comments
 (0)