Browse Source

Fix vaadin latest dep tests (#6173)

Lauri Tulmin 2 years ago
parent
commit
36788c4910
1 changed files with 3 additions and 0 deletions
  1. 3 0
      instrumentation/vaadin-14.2/javaagent/build.gradle.kts

+ 3 - 0
instrumentation/vaadin-14.2/javaagent/build.gradle.kts

@@ -69,4 +69,7 @@ dependencies {
 
   add("vaadin14LatestTestImplementation", "com.vaadin:vaadin-spring-boot-starter:14.+")
   add("latestDepTestImplementation", "com.vaadin:vaadin-spring-boot-starter:+")
+  // to work around https://github.com/vaadin/flow/issues/13952
+  // can be removed after a new version of vaadin-spring-boot-starter has been released
+  add("latestDepTestImplementation", "com.vaadin:flow-server:+")
 }