File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 152
152
</plugin >
153
153
<plugin >
154
154
<artifactId >maven-javadoc-plugin</artifactId >
155
- <version >2.6.1 </version >
155
+ <version >2.8 </version >
156
156
<configuration >
157
157
<quiet >true</quiet >
158
158
</configuration >
Original file line number Diff line number Diff line change 244
244
<dependency >
245
245
<groupId >org.springframework.security</groupId >
246
246
<artifactId >spring-security-core</artifactId >
247
+ <classifier >tests</classifier >
248
+ <scope >compile</scope >
247
249
</dependency >
248
250
<dependency >
249
251
<groupId >org.springframework.security</groupId >
264
266
<groupId >org.apache.ws.commons.schema</groupId >
265
267
<artifactId >XmlSchema</artifactId >
266
268
</dependency >
267
- <!-- Test dependencies -->
268
- <dependency >
269
- <groupId >org.springframework.security</groupId >
270
- <artifactId >spring-security-core</artifactId >
271
- <classifier >tests</classifier >
272
- <scope >test</scope >
273
- </dependency >
274
269
</dependencies >
275
270
</project >
You can’t perform that action at this time.
0 commit comments