summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-02-13 08:46:46 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-13 08:46:46 +0200
commitfff80aa2beb58806fc6c0aae8acd3d4896f14666 (patch)
treed5158450f03aa78e58db5fad28d76fe3b9976553 /test/pom.xml
parenta9c8e66d14899796e786e643d434daf6f16cf062 (diff)
downloadvaadin-framework-fff80aa2beb58806fc6c0aae8acd3d4896f14666.tar.gz
vaadin-framework-fff80aa2beb58806fc6c0aae8acd3d4896f14666.zip
Update test for Spring 1.5.1.RELEASE (#8535)
Also fixed servlet API dependency scope that was causing conflicts.
Diffstat (limited to 'test/pom.xml')
-rw-r--r--test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index f8cefa468c..885da9e7a5 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -64,6 +64,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
+ <scope>provided</scope>
</dependency>
<!-- Project modules -->