aboutsummaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/jsp-integration
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-16 08:56:32 +0200
committerGitHub <noreply@github.com>2017-02-16 08:56:32 +0200
commit7f1cfd03d5b55f41ea911fcd53ce6fd168517cff (patch)
tree09cc623eef4889bd2194959b6c77dc75ab21cce2 /test/servlet-containers/jsp-integration
parent888cae67dbaae27d2b505304901d2e387ca6bfaa (diff)
downloadvaadin-framework-7f1cfd03d5b55f41ea911fcd53ce6fd168517cff.tar.gz
vaadin-framework-7f1cfd03d5b55f41ea911fcd53ce6fd168517cff.zip
Eliminate module uitest-common (#8583)
The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest.
Diffstat (limited to 'test/servlet-containers/jsp-integration')
-rw-r--r--test/servlet-containers/jsp-integration/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml
index c32914c3c0..5bb5fd9959 100644
--- a/test/servlet-containers/jsp-integration/pom.xml
+++ b/test/servlet-containers/jsp-integration/pom.xml
@@ -19,12 +19,6 @@
<artifactId>vaadin-client-compiled</artifactId>
</dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-uitest-common</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>