Skip to content

Commit 9032dbc

Browse files
committed
#116 - Updated dependencies for Dijkstra release train.
- Spring 3.2.10 -> 3.2.12 - APT Maven Plugin 1.1.1 -> 1.1.2 - AspectJ 1.8.1 -> 1.8.4 Updated Spring 4 build profiles for recent versions for 4.0.x and 4.1.x.
1 parent 6511f91 commit 9032dbc

File tree

1 file changed

+51
-6
lines changed

1 file changed

+51
-6
lines changed

parent/pom.xml

+51-6
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<!-- dist.accessKey -->
104104
<!-- dist.secretKey -->
105105

106-
<apt>1.1.1</apt>
107-
<aspectj>1.8.1</aspectj>
106+
<apt>1.1.2</apt>
107+
<aspectj>1.8.4</aspectj>
108108
<cdi>1.0</cdi>
109109
<hamcrest>1.3</hamcrest>
110110
<jackson>2.3.4</jackson>
@@ -114,7 +114,7 @@
114114
<mockito>1.9.5</mockito>
115115
<querydsl>3.3.4</querydsl>
116116
<slf4j>1.7.7</slf4j>
117-
<spring>3.2.10.RELEASE</spring>
117+
<spring>3.2.12.RELEASE</spring>
118118
<webbeans>1.2.6</webbeans>
119119

120120
</properties>
@@ -530,7 +530,7 @@
530530
<id>spring32-next</id>
531531

532532
<properties>
533-
<spring>3.2.11.BUILD-SNAPSHOT</spring>
533+
<spring>3.2.13.BUILD-SNAPSHOT</spring>
534534
</properties>
535535

536536
<repositories>
@@ -547,7 +547,7 @@
547547
<id>spring4</id>
548548

549549
<properties>
550-
<spring>4.0.6.RELEASE</spring>
550+
<spring>4.0.8.RELEASE</spring>
551551
</properties>
552552

553553
<dependencies>
@@ -566,7 +566,52 @@
566566
<id>spring4-next</id>
567567

568568
<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>
570615
</properties>
571616

572617
<dependencies>

0 commit comments

Comments
 (0)