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 /shared/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 'shared/pom.xml')
-rw-r--r-- | shared/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index 1fb2144611..1c75c23f1d 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -22,14 +22,12 @@ <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> - <version>${vaadin.gwt.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>${junit.version}</version> <scope>test</scope> </dependency> </dependencies> |