File tree Expand file tree Collapse file tree 9 files changed +75
-2
lines changed
spring-security-basic-auth
spring-security-mvc-custom
spring-security-mvc-digest-auth
spring-security-mvc-login
spring-security-mvc-session
spring-security-rest-custom
spring-security-rest-full Expand file tree Collapse file tree 9 files changed +75
-2
lines changed Original file line number Diff line number Diff line change 3131 <module >spring-security-mvc-session</module >
3232 <module >spring-security-rest</module >
3333 <module >spring-security-rest-basic-auth</module >
34- <module >spring-security-rest-custom</module >
34+ <!-- <module>spring-security-rest-custom</module> -- >
3535 <module >spring-security-rest-digest-auth</module >
36- <module >spring-security-rest-full</module >
36+ <!-- <module>spring-security-rest-full</module> -- >
3737 </modules >
3838
3939</project >
Original file line number Diff line number Diff line change 2929 <groupId >org.springframework</groupId >
3030 <artifactId >spring-core</artifactId >
3131 <version >${org.springframework.version} </version >
32+ <exclusions >
33+ <exclusion >
34+ <artifactId >commons-logging</artifactId >
35+ <groupId >commons-logging</groupId >
36+ </exclusion >
37+ </exclusions >
3238 </dependency >
3339 <dependency >
3440 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3434 <groupId >org.springframework</groupId >
3535 <artifactId >spring-core</artifactId >
3636 <version >${org.springframework.version} </version >
37+ <exclusions >
38+ <exclusion >
39+ <artifactId >commons-logging</artifactId >
40+ <groupId >commons-logging</groupId >
41+ </exclusion >
42+ </exclusions >
3743 </dependency >
3844 <dependency >
3945 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 2929 <groupId >org.springframework</groupId >
3030 <artifactId >spring-core</artifactId >
3131 <version >${org.springframework.version} </version >
32+ <exclusions >
33+ <exclusion >
34+ <artifactId >commons-logging</artifactId >
35+ <groupId >commons-logging</groupId >
36+ </exclusion >
37+ </exclusions >
3238 </dependency >
3339 <dependency >
3440 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3434 <groupId >org.springframework</groupId >
3535 <artifactId >spring-core</artifactId >
3636 <version >${org.springframework.version} </version >
37+ <exclusions >
38+ <exclusion >
39+ <artifactId >commons-logging</artifactId >
40+ <groupId >commons-logging</groupId >
41+ </exclusion >
42+ </exclusions >
3743 </dependency >
3844 <dependency >
3945 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3434 <groupId >org.springframework</groupId >
3535 <artifactId >spring-core</artifactId >
3636 <version >${org.springframework.version} </version >
37+ <exclusions >
38+ <exclusion >
39+ <artifactId >commons-logging</artifactId >
40+ <groupId >commons-logging</groupId >
41+ </exclusion >
42+ </exclusions >
3743 </dependency >
3844 <dependency >
3945 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 2929 <groupId >org.springframework</groupId >
3030 <artifactId >spring-core</artifactId >
3131 <version >${org.springframework.version} </version >
32+ <exclusions >
33+ <exclusion >
34+ <artifactId >commons-logging</artifactId >
35+ <groupId >commons-logging</groupId >
36+ </exclusion >
37+ </exclusions >
3238 </dependency >
3339 <dependency >
3440 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 2828 <groupId >org.springframework</groupId >
2929 <artifactId >spring-core</artifactId >
3030 <version >${org.springframework.version} </version >
31+ <exclusions >
32+ <exclusion >
33+ <artifactId >commons-logging</artifactId >
34+ <groupId >commons-logging</groupId >
35+ </exclusion >
36+ </exclusions >
3137 </dependency >
3238 <dependency >
3339 <groupId >org.springframework</groupId >
7177 <version >${org.springframework.version} </version >
7278 </dependency >
7379
80+ <!-- web -->
81+
82+ <dependency >
83+ <groupId >org.apache.httpcomponents</groupId >
84+ <artifactId >httpclient</artifactId >
85+ <version >${httpclient.version} </version >
86+ <exclusions >
87+ <exclusion >
88+ <artifactId >commons-logging</artifactId >
89+ <groupId >commons-logging</groupId >
90+ </exclusion >
91+ </exclusions >
92+ </dependency >
93+ <dependency >
94+ <groupId >org.apache.httpcomponents</groupId >
95+ <artifactId >httpcore</artifactId >
96+ <version >${httpcore.version} </version >
97+ </dependency >
98+
7499 <!-- persistence -->
75100
76101 <dependency >
198223 <artifactId >rest-assured</artifactId >
199224 <version >2.3.0</version >
200225 <scope >test</scope >
226+ <exclusions >
227+ <exclusion >
228+ <artifactId >commons-logging</artifactId >
229+ <groupId >commons-logging</groupId >
230+ </exclusion >
231+ </exclusions >
201232 </dependency >
202233
203234 </dependencies >
Original file line number Diff line number Diff line change 2929 <groupId >org.springframework</groupId >
3030 <artifactId >spring-core</artifactId >
3131 <version >${org.springframework.version} </version >
32+ <exclusions >
33+ <exclusion >
34+ <artifactId >commons-logging</artifactId >
35+ <groupId >commons-logging</groupId >
36+ </exclusion >
37+ </exclusions >
3238 </dependency >
3339 <dependency >
3440 <groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments