summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 12:28:32 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 13:28:32 +0300
commit4e720f6b2b48d99b6abe615fa26f399c47122e17 (patch)
tree9d022710c112a190ce2265702064710940df97ea /uitest/pom.xml
parent8bb5f30251be2da3bddd182d1e59e6333b7094c9 (diff)
downloadvaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.tar.gz
vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.zip
Remove redundant versions in POMs (#9990)
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index ecc6d722f1..373087515e 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -72,19 +72,16 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>${jetty.version}</version>
<scope>provided</scope>
</dependency>