diff options
Diffstat (limited to 'bom')
-rw-r--r-- | bom/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bom/pom.xml b/bom/pom.xml index 262fcc1fc4..4f1457b06b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -96,7 +96,7 @@ <version>${project.version}</version> </dependency> - <!-- AddOn Dependencies --> + <!-- Add-on Dependencies --> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-spring-boot-starter</artifactId> @@ -114,7 +114,7 @@ </dependency> <dependency> <groupId>com.vaadin</groupId> - <artifactId>vaadin-testbench</artifactId> + <artifactId>vaadin-testbench-core</artifactId> <version>${vaadin.testbench.version}</version> </dependency> <dependency> |