We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9f6c7 commit 3996888Copy full SHA for 3996888
parent/pom.xml
@@ -529,6 +529,15 @@
529
<spring>4.0.1.BUILD-SNAPSHOT</spring>
530
</properties>
531
532
+ <dependencies>
533
+ <dependency>
534
+ <groupId>javax.servlet</groupId>
535
+ <artifactId>javax.servlet-api</artifactId>
536
+ <version>3.0.1</version>
537
+ <scope>test</scope>
538
+ </dependency>
539
+ </dependencies>
540
+
541
<repositories>
542
<repository>
543
<id>spring-libs-snapshot</id>
@@ -542,6 +551,15 @@
551
<properties>
552
<spring>4.0.0.RELEASE</spring>
544
553
554
555
556
557
558
559
560
561
562
545
563
</profile>
546
564
547
565
<profile>
0 commit comments