diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-01-09 13:41:30 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-09 13:41:30 +0200 |
commit | 886a837d6d16216606dcb564c5450e1b6bf136d3 (patch) | |
tree | cf7a38c71f8e982e1f5b26f32c1d10caac5cf05a /test/addon-using-own-widget-set/pom.xml | |
parent | 4fd968314f47338c0ea61025e6a22f036f8e725d (diff) | |
download | vaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.tar.gz vaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.zip |
Fix vaadin-test and all its submodules (#8076)
This patch applies following fixes:
* ContextMenu with correct version for Vaadin 8
* Correctly skip install plugin for test submodules
* Make widgetset-test-util a test depdendency, don't use test-jar
* Fix vaadin-test project structure and dependencies
* Clean up testutil pom
* Add README.md
Diffstat (limited to 'test/addon-using-own-widget-set/pom.xml')
-rw-r--r-- | test/addon-using-own-widget-set/pom.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml index fc52e47f4f..de1014b964 100644 --- a/test/addon-using-own-widget-set/pom.xml +++ b/test/addon-using-own-widget-set/pom.xml @@ -14,19 +14,11 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>com.vaadin</groupId> - <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.vaadin.addon</groupId> <artifactId>vaadin-context-menu</artifactId> - <version>0.7.4</version> + <version>${contextmenu.version}</version> </dependency> </dependencies> @@ -36,6 +28,7 @@ <plugin> <groupId>com.vaadin</groupId> <artifactId>vaadin-maven-plugin</artifactId> + <version>${vaadin.plugin.version}</version> <executions> <execution> <goals> @@ -49,4 +42,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |