File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 17
17
<selenium .version>2.43.1</selenium .version>
18
18
<subethasmtp .version>3.1.7</subethasmtp .version>
19
19
<slf4j .version>1.7.9</slf4j .version>
20
- <spring .version>4.1.6.RELEASE </spring .version>
20
+ <spring .version>4.2.0.RC1 </spring .version>
21
21
<spring .data.version>1.6.4.RELEASE</spring .data.version>
22
22
<spring .security.version>4.0.1.RELEASE</spring .security.version>
23
23
<h2 .version>1.4.184</h2 .version>
476
476
477
477
</dependencies >
478
478
479
+ <repositories >
480
+ <repository >
481
+ <id >spring-milestones</id >
482
+ <name >Spring Milestones</name >
483
+ <url >http://repo.spring.io/milestone</url >
484
+ <snapshots >
485
+ <enabled >false</enabled >
486
+ <updatePolicy >never</updatePolicy >
487
+ <checksumPolicy >fail</checksumPolicy >
488
+ </snapshots >
489
+ </repository >
490
+ </repositories >
491
+
479
492
<build >
480
493
<finalName >${project.artifactId} </finalName >
481
494
You can’t perform that action at this time.
0 commit comments