diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 19:21:32 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-18 20:05:57 +0300 |
commit | e10ec4ca0d5ff06f5dacc790d58c6390ba21675d (patch) | |
tree | 15859bb0be8d0dcc45640c622067c70c9040b2f0 /uitest-common/pom.xml | |
parent | 470deb3e15d96388049f2acb6278a2af4bc81155 (diff) | |
download | vaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.tar.gz vaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.zip |
Define dependency version in the main pom file
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
Diffstat (limited to 'uitest-common/pom.xml')
-rw-r--r-- | uitest-common/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/uitest-common/pom.xml b/uitest-common/pom.xml index d46927fd2a..f1d413fb58 100644 --- a/uitest-common/pom.xml +++ b/uitest-common/pom.xml @@ -27,7 +27,7 @@ <dependencies> <!-- LIBRARY DEPENDENCIES (compile time) --> <dependency> - <groupId>com.vaadin</groupId> + <groupId>${project.groupId}</groupId> <artifactId>vaadin-server</artifactId> <version>${project.version}</version> <exclusions> @@ -41,19 +41,14 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>${commons-io.version}</version> </dependency> - <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-testbench</artifactId> - <version>4.0.3</version> </dependency> </dependencies> |