summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <legioth@gmail.com>2017-01-13 16:07:53 +0200
committerAleksi Hietanen <aleksi@vaadin.com>2017-01-13 16:07:53 +0200
commitfe536b3efc4ed3d6637fead851c01375af91f762 (patch)
tree3bd5cc0a21a2f20b35062a1b2c9d943c8149a00f
parent40cb64fbab832279ab13bd853bf1096da92abc39 (diff)
downloadvaadin-framework-fe536b3efc4ed3d6637fead851c01375af91f762.tar.gz
vaadin-framework-fe536b3efc4ed3d6637fead851c01375af91f762.zip
Use vaadin-snapshots for test projects so that context menu is found (#8237)
-rw-r--r--test/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 314a52fbef..4fb2c5befe 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,6 +23,16 @@
<repositories>
<repository>
+ <id>vaadin-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
</repository>