aboutsummaryrefslogtreecommitdiffstats
path: root/test/spring-boot/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-12-07 16:49:13 +0200
committerGitHub <noreply@github.com>2017-12-07 16:49:13 +0200
commitf022daaa8d359260e65e436459001526d89c3bd6 (patch)
tree681b00447f06916331ee4fea235141beb2b4c513 /test/spring-boot/pom.xml
parentc6dc21e5a0134add1da82b656cac4e17bae207c4 (diff)
downloadvaadin-framework-f022daaa8d359260e65e436459001526d89c3bd6.tar.gz
vaadin-framework-f022daaa8d359260e65e436459001526d89c3bd6.zip
Force correct Selenium version for Spring Boot test (#10421)
Diffstat (limited to 'test/spring-boot/pom.xml')
-rw-r--r--test/spring-boot/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml
index 8244ca9cc0..d5a5b58210 100644
--- a/test/spring-boot/pom.xml
+++ b/test/spring-boot/pom.xml
@@ -18,7 +18,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
- <spring.boot.version>1.5.1.RELEASE</spring.boot.version>
<jetty.skip>true</jetty.skip>
</properties>
@@ -45,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
+ <artifactId>spring-boot-dependencies</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${spring.boot.version}</version>