diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-14 12:28:32 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-14 13:28:32 +0300 |
commit | 4e720f6b2b48d99b6abe615fa26f399c47122e17 (patch) | |
tree | 9d022710c112a190ce2265702064710940df97ea /test/pom.xml | |
parent | 8bb5f30251be2da3bddd182d1e59e6333b7094c9 (diff) | |
download | vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.tar.gz vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.zip |
Remove redundant versions in POMs (#9990)
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pom.xml b/test/pom.xml index cf5831f05b..421eeae590 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -16,7 +16,6 @@ <vaadin.version>8.2-SNAPSHOT</vaadin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> <failOnMissingWebXml>false</failOnMissingWebXml> - <contextmenu.version>2.0-SNAPSHOT</contextmenu.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- Don't care about coding style for tests --> |