File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99 <distributionManagement >
1010 <downloadUrl >http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl >
1111 <repository >
12- <id >spring-s3</id >
13- <name >Spring Milestone Repository</name >
14- <url >s3://maven.springframework.org/milestone</url >
12+ <id >local</id >
13+ <url >file:///Users/arjen/Projects/Spring/repos/repo</url >
1514 </repository >
1615 <snapshotRepository >
1716 <id >spring-s3</id >
Original file line number Diff line number Diff line change 420420 <version >1.0.6</version >
421421 <outputDirectory >${project.build.directory} /dependency/acegi/</outputDirectory >
422422 </artifactItem >
423+ <!-- Spring Security -->
424+ <artifactItem >
425+ <groupId >org.springframework.security</groupId >
426+ <artifactId >spring-security-core</artifactId >
427+ <version >2.0-M2</version >
428+ <outputDirectory >${project.build.directory} /dependency/spring-security/</outputDirectory >
429+ </artifactItem >
423430 <!-- Java EE-->
424431 <artifactItem >
425432 <groupId >javax.xml.bind</groupId >
You can’t perform that action at this time.
0 commit comments