diff options
Diffstat (limited to 'shared')
-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> |