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 120
120
<xom .version>1.2.5</xom .version>
121
121
</properties >
122
122
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
+
123
143
<dependencies >
124
144
125
145
<dependency >
Original file line number Diff line number Diff line change 55
55
<version >${spring.version} </version >
56
56
<scope >test</scope >
57
57
</dependency >
58
-
59
58
<dependency >
60
59
<groupId >commons-io</groupId >
61
60
<artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments