diff options
Diffstat (limited to 'uitest-common/pom.xml')
-rw-r--r-- | uitest-common/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest-common/pom.xml b/uitest-common/pom.xml index 2375f8a072..28ae930e24 100644 --- a/uitest-common/pom.xml +++ b/uitest-common/pom.xml @@ -49,7 +49,8 @@ </dependency> <dependency> <groupId>com.vaadin</groupId> - <artifactId>vaadin-testbench</artifactId> + <artifactId>vaadin-testbench-api</artifactId> + <version>${project.version}</version> </dependency> </dependencies> |