File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 120120 <xom .version>1.2.5</xom .version>
121121 </properties >
122122
123+ <dependencyManagement >
124+ <dependencies >
125+ <dependency >
126+ <groupId >org.springframework</groupId >
127+ <artifactId >spring-framework-bom</artifactId >
128+ <version >${spring.version} </version >
129+ <type >pom</type >
130+ <scope >import</scope >
131+ </dependency >
132+
133+ <dependency >
134+ <groupId >org.springframework.security</groupId >
135+ <artifactId >spring-security-bom</artifactId >
136+ <version >${spring-security.version} </version >
137+ <type >pom</type >
138+ <scope >import</scope >
139+ </dependency >
140+ </dependencies >
141+ </dependencyManagement >
142+
123143 <dependencies >
124144
125145 <dependency >
Original file line number Diff line number Diff line change 5555 <version >${spring.version} </version >
5656 <scope >test</scope >
5757 </dependency >
58-
5958 <dependency >
6059 <groupId >commons-io</groupId >
6160 <artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments