File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 310310</exclusion >
311311</exclusions >
312312</dependency >
313+ <dependency >
314+ <groupId >org.springframework.security</groupId >
315+ <artifactId >spring-security-config</artifactId >
316+ <version >${spring.security.version} </version >
317+ <exclusions >
318+ <exclusion >
319+ <groupId >org.springframework</groupId >
320+ <artifactId >*</artifactId >
321+ </exclusion >
322+ </exclusions >
323+ </dependency >
313324<dependency >
314325<groupId >org.springframework.security</groupId >
315326<artifactId >spring-security-taglibs</artifactId >
321332</exclusion >
322333</exclusions >
323334</dependency >
335+ <dependency >
336+ <groupId >org.springframework.security</groupId >
337+ <artifactId >spring-security-web</artifactId >
338+ <version >${spring.security.version} </version >
339+ <exclusions >
340+ <exclusion >
341+ <groupId >org.springframework</groupId >
342+ <artifactId >*</artifactId >
343+ </exclusion >
344+ </exclusions >
345+ </dependency >
324346<dependency >
325347<groupId >org.springframework.security.oauth</groupId >
326348<version >2.0.3.RELEASE</version >
You can’t perform that action at this time.
0 commit comments