diff options
Diffstat (limited to 'test/space in directory')
-rw-r--r-- | test/space in directory/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/space in directory/pom.xml b/test/space in directory/pom.xml index 65c3574ead..9d3b8dff0c 100644 --- a/test/space in directory/pom.xml +++ b/test/space in directory/pom.xml @@ -13,14 +13,6 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>com.vaadin</groupId> - <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> </dependency> </dependencies> <build> @@ -28,6 +20,7 @@ <plugin> <groupId>com.vaadin</groupId> <artifactId>vaadin-maven-plugin</artifactId> + <version>${vaadin.plugin.version}</version> <executions> <execution> <goals> |