aboutsummaryrefslogtreecommitdiffstats
path: root/test/servlet-containers
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
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')
-rw-r--r--test/servlet-containers/generic/ivy.xml4
-rw-r--r--test/servlet-containers/generic/ivysettings.xml2
-rw-r--r--test/servlet-containers/jsp-integration/pom.xml6
3 files changed, 0 insertions, 12 deletions
diff --git a/test/servlet-containers/generic/ivy.xml b/test/servlet-containers/generic/ivy.xml
index 33ac7c7c04..414f26d71b 100644
--- a/test/servlet-containers/generic/ivy.xml
+++ b/test/servlet-containers/generic/ivy.xml
@@ -27,10 +27,6 @@
<!-- LIBRARY DEPENDENCIES (compile time) -->
<!-- Project modules -->
- <dependency org="com.vaadin" name="vaadin-uitest-common"
- rev="${vaadin.version}" conf="build->default">
- <exclude type="pom" />
- </dependency>
<dependency org="com.vaadin" name="vaadin-server"
rev="${vaadin.version}" conf="build->default">
<exclude org="javax.servlet"></exclude>
diff --git a/test/servlet-containers/generic/ivysettings.xml b/test/servlet-containers/generic/ivysettings.xml
index f28250c3c1..e807d3d36e 100644
--- a/test/servlet-containers/generic/ivysettings.xml
+++ b/test/servlet-containers/generic/ivysettings.xml
@@ -69,8 +69,6 @@
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-liferay"
resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-uitest-common"
- resolver="vaadin-maven" />
</modules>
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>