소스 검색

Use vaadin-snapshots for test projects so that context menu is found (#8237)

tags/8.0.0.beta2
Leif Åstrand 7 년 전
부모
커밋
fe536b3efc
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      test/pom.xml

+ 10
- 0
test/pom.xml 파일 보기

@@ -22,6 +22,16 @@
</properties>

<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>

Loading…
취소
저장