소스 검색

Fix vaadin-osgi-integration dependency for Karaf test

tags/8.2.0.alpha1
Teemu Suo-Anttila 6 년 전
부모
커밋
d8f000c129
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml

+ 2
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml 파일 보기

<dependency> <dependency>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-osgi-integration</artifactId> <artifactId>vaadin-osgi-integration</artifactId>
<version>8.1.0.beta1</version>
<!-- TODO: Add this to BOM and remove version here -->
<version>${vaadin.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

Loading…
취소
저장