File tree 1 file changed +10
-18
lines changed
1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change 490
490
<spring >4.0.9.BUILD-SNAPSHOT</spring >
491
491
</properties >
492
492
493
- <dependencies >
494
- <dependency >
495
- <groupId >javax.servlet</groupId >
496
- <artifactId >javax.servlet-api</artifactId >
497
- <version >3.0.1</version >
498
- <scope >test</scope >
499
- </dependency >
500
- </dependencies >
501
-
502
493
<repositories >
503
494
<repository >
504
495
<id >spring-libs-snapshot</id >
508
499
509
500
</profile >
510
501
502
+ <profile >
503
+
504
+ <id >spring41</id >
505
+
506
+ <properties >
507
+ <spring >4.1.2.RELEASE</spring >
508
+ </properties >
509
+
510
+ </profile >
511
+
511
512
<profile >
512
513
513
514
<id >spring41-next</id >
516
517
<spring >4.1.3.BUILD-SNAPSHOT</spring >
517
518
</properties >
518
519
519
- <dependencies >
520
- <dependency >
521
- <groupId >javax.servlet</groupId >
522
- <artifactId >javax.servlet-api</artifactId >
523
- <version >3.0.1</version >
524
- <scope >test</scope >
525
- </dependency >
526
- </dependencies >
527
-
528
520
<repositories >
529
521
<repository >
530
522
<id >spring-libs-snapshot</id >
You can’t perform that action at this time.
0 commit comments