diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-12-29 10:04:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-29 10:04:40 +0200 |
commit | d5198e67ef0a1e72dda43f3a692cd52a1b6b9e93 (patch) | |
tree | 6dee2ef09ff4dd961529aacd360ddfeb4ef47b89 /test/pom.xml | |
parent | dfa18c4cd112835244996607ad885c8682605dee (diff) | |
download | vaadin-framework-d5198e67ef0a1e72dda43f3a692cd52a1b6b9e93.tar.gz vaadin-framework-d5198e67ef0a1e72dda43f3a692cd52a1b6b9e93.zip |
Remove workarounds from Spring integration test (#10430)
This patch makes the BOM use Spring 3.0.0.alpha1
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml index 375581dc54..80a0a9e4ab 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -43,6 +43,10 @@ <id>vaadin-addons</id> <url>http://maven.vaadin.com/vaadin-addons</url> </repository> + <repository> + <id>vaadin-prereleases</id> + <url>http://maven.vaadin.com/vaadin-prereleases</url> + </repository> </repositories> <dependencyManagement> |