File tree 1 file changed +51
-6
lines changed
1 file changed +51
-6
lines changed Original file line number Diff line number Diff line change 103
103
<!-- dist.accessKey -->
104
104
<!-- dist.secretKey -->
105
105
106
- <apt >1.1.1 </apt >
107
- <aspectj >1.8.1 </aspectj >
106
+ <apt >1.1.2 </apt >
107
+ <aspectj >1.8.4 </aspectj >
108
108
<cdi >1.0</cdi >
109
109
<hamcrest >1.3</hamcrest >
110
110
<jackson >2.3.4</jackson >
114
114
<mockito >1.9.5</mockito >
115
115
<querydsl >3.3.4</querydsl >
116
116
<slf4j >1.7.7</slf4j >
117
- <spring >3.2.10 .RELEASE</spring >
117
+ <spring >3.2.12 .RELEASE</spring >
118
118
<webbeans >1.2.6</webbeans >
119
119
120
120
</properties >
530
530
<id >spring32-next</id >
531
531
532
532
<properties >
533
- <spring >3.2.11 .BUILD-SNAPSHOT</spring >
533
+ <spring >3.2.13 .BUILD-SNAPSHOT</spring >
534
534
</properties >
535
535
536
536
<repositories >
547
547
<id >spring4</id >
548
548
549
549
<properties >
550
- <spring >4.0.6 .RELEASE</spring >
550
+ <spring >4.0.8 .RELEASE</spring >
551
551
</properties >
552
552
553
553
<dependencies >
566
566
<id >spring4-next</id >
567
567
568
568
<properties >
569
- <spring >4.0.7.BUILD-SNAPSHOT</spring >
569
+ <spring >4.0.9.BUILD-SNAPSHOT</spring >
570
+ </properties >
571
+
572
+ <dependencies >
573
+ <dependency >
574
+ <groupId >javax.servlet</groupId >
575
+ <artifactId >javax.servlet-api</artifactId >
576
+ <version >3.0.1</version >
577
+ <scope >test</scope >
578
+ </dependency >
579
+ </dependencies >
580
+
581
+ <repositories >
582
+ <repository >
583
+ <id >spring-libs-snapshot</id >
584
+ <url >http://repo.spring.io/libs-snapshot</url >
585
+ </repository >
586
+ </repositories >
587
+
588
+ </profile >
589
+
590
+ <profile >
591
+
592
+ <id >spring41</id >
593
+
594
+ <properties >
595
+ <spring >4.1.2.RELEASE</spring >
596
+ </properties >
597
+
598
+ <dependencies >
599
+ <dependency >
600
+ <groupId >javax.servlet</groupId >
601
+ <artifactId >javax.servlet-api</artifactId >
602
+ <version >3.0.1</version >
603
+ <scope >test</scope >
604
+ </dependency >
605
+ </dependencies >
606
+
607
+ </profile >
608
+
609
+ <profile >
610
+
611
+ <id >spring41-next</id >
612
+
613
+ <properties >
614
+ <spring >4.1.3.BUILD-SNAPSHOT</spring >
570
615
</properties >
571
616
572
617
<dependencies >
You can’t perform that action at this time.
0 commit comments