Skip to content

Commit a8c1f3e

Browse files
committed
#127 - Added build profile for current Spring 4.1 release.
1 parent af937e0 commit a8c1f3e

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

parent/pom.xml

+10-18
Original file line numberDiff line numberDiff line change
@@ -490,15 +490,6 @@
490490
<spring>4.0.9.BUILD-SNAPSHOT</spring>
491491
</properties>
492492

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-
502493
<repositories>
503494
<repository>
504495
<id>spring-libs-snapshot</id>
@@ -508,6 +499,16 @@
508499

509500
</profile>
510501

502+
<profile>
503+
504+
<id>spring41</id>
505+
506+
<properties>
507+
<spring>4.1.2.RELEASE</spring>
508+
</properties>
509+
510+
</profile>
511+
511512
<profile>
512513

513514
<id>spring41-next</id>
@@ -516,15 +517,6 @@
516517
<spring>4.1.3.BUILD-SNAPSHOT</spring>
517518
</properties>
518519

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-
528520
<repositories>
529521
<repository>
530522
<id>spring-libs-snapshot</id>

0 commit comments

Comments
 (0)